From 9857139ebcbb30c10e037d37b301750227142640 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 30 Jul 2011 14:16:27 +0200 Subject: awesome: Use xdg-open as weblauncher --- .config/awesome/awesome.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/awesome') diff --git a/.config/awesome/awesome.lua b/.config/awesome/awesome.lua index 34b70f0..d0f4832 100644 --- a/.config/awesome/awesome.lua +++ b/.config/awesome/awesome.lua @@ -219,7 +219,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 .. " -e pa-sink-ctl" ) end), - awful.key({ modkey, }, "w", function () awful.util.spawn("firefox") end), + awful.key({ modkey, }, "w", function () awful.util.spawn("xdg-open about:blank") 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 .. " -e " .. os.getenv("HOME") .. "/.scripts/start_remote_irssi.sh") end), -- cgit