summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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