add xscreensaver lock and capslock map

This commit is contained in:
Barak Michener 2014-11-13 16:09:46 -05:00
parent 6eed4e1928
commit 01aa8955da
2 changed files with 2 additions and 0 deletions

View file

@ -314,6 +314,7 @@ root.buttons(awful.util.table.join(
-- {{{ Key bindings
globalkeys = awful.util.table.join(
awful.key({ modkey }, "F12", function () awful.util.spawn("xscreensaver-command -lock") end),
awful.key({ modkey, }, "Left", awful.tag.viewprev ),
awful.key({ modkey, }, "Right", awful.tag.viewnext ),
awful.key({ modkey, }, "Escape", awful.tag.history.restore),

View file

@ -8,6 +8,7 @@ xscreensaver -no-splash &
kupfer --no-splash &
nm-applet &
gnome-sound-applet &
setxkbmap -option ctrl:nocaps &
synclient PalmDetect=1
exec awesome