diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-09-04 18:29:42 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-09-04 18:29:42 +0200 |
commit | 0534e9dd30390945143779eb2cc8d395367a262e (patch) | |
tree | 85a2285bf4c1dd6e6e63857d69a69cc76c21132c | |
parent | 8e47ab2d5c32459a8071da3facc0d1f096261de5 (diff) | |
download | dotfiles-0534e9dd30390945143779eb2cc8d395367a262e.tar.gz dotfiles-0534e9dd30390945143779eb2cc8d395367a262e.tar.bz2 dotfiles-0534e9dd30390945143779eb2cc8d395367a262e.zip |
luakit: Explicitly set igoogle as homepage
-rw-r--r-- | .config/luakit/globals.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/luakit/globals.lua b/.config/luakit/globals.lua index 2a05742..93f1c5b 100644 --- a/.config/luakit/globals.lua +++ b/.config/luakit/globals.lua @@ -1,6 +1,6 @@ dofile("/etc/xdg/luakit/globals.lua") -globals.homepage = "http://www.google.de/" +globals.homepage = "http://www.google.de/ig" globals.scroll_step = 30 domain_props = { |