summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-05-19 12:56:46 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-05-19 12:56:46 +0200
commit627efe569099a6d67a5349e2b61aedf5770f01e4 (patch)
treed3c4647420cfcec8e41a0b315892f160a7add8d0
parent9a27db30610bc32ede600f125455b8d1c0a2ce83 (diff)
downloaddotfiles-627efe569099a6d67a5349e2b61aedf5770f01e4.tar.gz
dotfiles-627efe569099a6d67a5349e2b61aedf5770f01e4.tar.bz2
dotfiles-627efe569099a6d67a5349e2b61aedf5770f01e4.zip
awesome: Spawn luakit directly
xdg-open no longer works with about:config, and is not necessary, since luakit is used on all pcs.
-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 d633b95..5f788c2 100644
--- a/.config/awesome/awesome.lua
+++ b/.config/awesome/awesome.lua
@@ -218,7 +218,7 @@ globalkeys = awful.util.table.join(
-- Standard program
awful.key({ modkey, }, "x", function () awful.util.spawn(terminal) 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("xdg-open about:blank") end),
+ awful.key({ modkey, }, "w", function () awful.util.spawn("luakit") end),
awful.key({ modkey, }, "p", function () awful.util.spawn("pidgin") end),
awful.key({ modkey, }, "n", function () awful.util.spawn(terminal .. " -e wicd-curses") end),
awful.key({ modkey, }, "i", function () awful.util.spawn(terminal .. " -geometry 100x30 -e " .. os.getenv("HOME") .. "/.scripts/start_remote_irssi.sh") end),