diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-21 14:54:35 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-21 14:56:30 +0100 |
commit | 4b20015b571c8d96afaeed063b74c2942447845a (patch) | |
tree | de4636531e039c922a935ddff66f8358598e1f4b | |
parent | 89d6fdc27a645ab0fcbb5771c6d54617c087e1a1 (diff) | |
download | dotfiles-4b20015b571c8d96afaeed063b74c2942447845a.tar.gz dotfiles-4b20015b571c8d96afaeed063b74c2942447845a.tar.bz2 dotfiles-4b20015b571c8d96afaeed063b74c2942447845a.zip |
luakit: Use new url for bapt symphony fixup
-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 ad200df..92ea5d0 100644 --- a/.config/luakit/globals.lua +++ b/.config/luakit/globals.lua @@ -7,7 +7,7 @@ domain_props = { ["mail.google.com"] = { user_stylesheet_uri = "file://" ..luakit.data_dir .. "/styles/gmail.css" }, - ["neu.baptisten-buetzow.de"] = { + ["baptisten-buetzow.de"] = { user_stylesheet_uri = "file://" ..luakit.data_dir .. "/styles/symphony-fix.css" }, } |