Skip to content

doyousketch2/luakit_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

luakit_scripts

lua & css config for luakit browser


most of the .css removes headers & footers, stuff like that

luakit runs faster if you clear unused cache that's just been sitting there for 2 weeks

add to your ~/.bash_aliases then use lk to auto clear cache && call luakit

function lk() {  ##  tidy cache, then run luakit
  clear              ##  mtime = days since modified
  find ~/.cache/luakit/ -mtime +14 -exec rm {} \; 2>/dev/null
  luakit  ##  don't fill commandline w/ errors about dirs  ^^
}

don't think I've ever used "autoscroll" but it looked neat, so it's in my .config dir

About

lua & css config for luakit browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published