From d5836762a01d8c75460b6c58aaa16c4ad15e60f4 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 14 Sep 2012 09:55:58 +0200 Subject: .config/awesome/rc.lua --- .config/awesome/rc.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config/awesome/rc.lua') diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 03067e2..99d6751 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -126,7 +126,7 @@ end -- {{{ Variable definitions -- Themes define colours, icons, and wallpapers -beautiful.init("/usr/share/awesome/themes/default/theme.lua") +beautiful.init("/home/slash/.config/awesome/themes/custom/theme.lua") bowl.init({ use_timers = true, timeout = 1 }) bowl.default_setup() @@ -329,6 +329,8 @@ globalkeys = awful.util.table.join( sub({ }, "w", function () oni.run_or_raise("conkeror", { class = "Conkeror" }) end) }), + awful.key({ "Control", "Mod1" }, "l", + function () awful.util.spawn("i3lock -c 000000") end), awful.key({ modkey, }, "Left", awful.tag.viewprev ), awful.key({ modkey, }, "Right", awful.tag.viewnext ), awful.key({ modkey, }, "Escape", awful.tag.history.restore), -- cgit v1.2.3-54-g00ecf