From f1c0a99fd4184d70d0cecd90ec52ea3f1116da26 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 15 Mar 2014 12:40:07 +0100 Subject: Remove luakit as default BROWSER its unmaintained :( --- .config/awesome/awesome.lua | 2 +- .config/bash/environment.sh | 2 -- 2 files changed, 1 insertion(+), 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 -- cgit