summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
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),