summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-09-14 09:55:58 +0200
committerGravatar Tom Willemsen2012-09-14 09:55:58 +0200
commitd5836762a01d8c75460b6c58aaa16c4ad15e60f4 (patch)
tree06abc0992c06878dde500c1202213ecf4ce75736 /.config
parentf7f9f0dcd0f5b1dfd5f2929c8789d46de65e50de (diff)
downloaddotfiles-d5836762a01d8c75460b6c58aaa16c4ad15e60f4.tar.gz
dotfiles-d5836762a01d8c75460b6c58aaa16c4ad15e60f4.zip
.config/awesome/rc.lua
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/rc.lua4
1 files changed, 3 insertions, 1 deletions
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),