summaryrefslogtreecommitdiff
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
parent24461d1653aa547d4da054e426608270e189feb6 (diff)
downloaddotfiles-f1c0a99fd4184d70d0cecd90ec52ea3f1116da26.tar.gz
dotfiles-f1c0a99fd4184d70d0cecd90ec52ea3f1116da26.tar.bz2
dotfiles-f1c0a99fd4184d70d0cecd90ec52ea3f1116da26.zip
Remove luakit as default BROWSER
its unmaintained :(
-rw-r--r--.config/awesome/awesome.lua2
-rw-r--r--.config/bash/environment.sh2
2 files changed, 1 insertions, 3 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),
diff --git a/.config/bash/environment.sh b/.config/bash/environment.sh
index a830310..37538b1 100644
--- a/.config/bash/environment.sh
+++ b/.config/bash/environment.sh
@@ -104,5 +104,3 @@ export DVDCSS_CACHE="${XDG_CACHE_HOME}/dvdcss/"
# Needed for libquvi 0.9 (0.4 automatically searches here)
export LIBQUVI_SCRIPTS_DIR="${HOME}/.local/share/libquvi-scripts/"
-
-#export BROWSER=luakit