.config/awesome/rc.lua

This commit is contained in:
Tom Willemsen 2012-09-14 09:55:58 +02:00
parent f7f9f0dcd0
commit d5836762a0

View file

@ -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),