From aa21c7fa4195e328c84a466bcfbbd9703523ada0 Mon Sep 17 00:00:00 2001 From: crater2150 Date: Thu, 29 Oct 2009 14:53:50 +0100 Subject: [PATCH] added windowlist shortcut (/u/l/b/wli) --- rc.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rc.lua b/rc.lua index 53bb2e9..7a48ef9 100644 --- a/rc.lua +++ b/rc.lua @@ -13,7 +13,7 @@ require("vicious") -- {{{ Variable definitions -- Themes define colours, icons, and wallpapers -beautiful.init("/usr/share/awesome/themes/default/theme.lua") +beautiful.init("/home/crater2150/.config/awesome/zenburn/theme.lua") -- This is used later as the default terminal and editor to run. terminal = "terminal" @@ -213,7 +213,8 @@ globalkeys = awful.util.table.join( awful.key({ modkey }, "F9", function () teardrop("xterm -e alsamixer","top","center", 0.99, 0.4)end ), -- Prompt - awful.key({ modkey }, "r", function () obvious.popup_run_prompt.run_prompt() end) + awful.key({ modkey }, "r", function () obvious.popup_run_prompt.run_prompt() end), + awful.key({ }, "Scroll_Lock", function () awful.util.spawn("wli") end) )