summaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2014-03-15 12:40:07 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2014-03-15 14:04:12 +0100
commitf1c0a99fd4184d70d0cecd90ec52ea3f1116da26 (patch)
treecb7490cc8e83b2321b489f18bc029a586a12f519 /.config/awesome
parent24461d1653aa547d4da054e426608270e189feb6 (diff)
downloaddotfiles-f1c0a99fd4184d70d0cecd90ec52ea3f1116da26.tar.gz
dotfiles-f1c0a99fd4184d70d0cecd90ec52ea3f1116da26.tar.bz2
dotfiles-f1c0a99fd4184d70d0cecd90ec52ea3f1116da26.zip
Remove luakit as default BROWSER
its unmaintained :(
Diffstat (limited to '.config/awesome')
-rw-r--r--.config/awesome/awesome.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/awesome.lua b/.config/awesome/awesome.lua
index 3d9de1d..595a03a 100644
--- a/.config/awesome/awesome.lua
+++ b/.config/awesome/awesome.lua
@@ -258,7 +258,7 @@ globalkeys = awful.util.table.join(
-- Standard program
awful.key({ modkey, }, "x", function () spawn_from_awesome(terminal, false) end),
awful.key({ modkey, }, "a", function () awful.util.spawn(terminal .. " -geometry 100x25 -e pa-sink-ctl" ) end),
- awful.key({ modkey, }, "w", function () awful.util.spawn("luakit") end),
+ awful.key({ modkey, }, "w", function () awful.util.spawn("chromium") end),
awful.key({ modkey, }, "p", function () awful.util.spawn("pidgin") end),
awful.key({ modkey, }, "i", function () awful.util.spawn(terminal .. " -geometry 100x30 -e " .. os.getenv("HOME") .. "/.scripts/start_remote_irssi.sh") end),