add xscreensaver lock and capslock map
This commit is contained in:
parent
6eed4e1928
commit
01aa8955da
2 changed files with 2 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
1
.xinitrc
1
.xinitrc
|
|
@ -8,6 +8,7 @@ xscreensaver -no-splash &
|
|||
kupfer --no-splash &
|
||||
nm-applet &
|
||||
gnome-sound-applet &
|
||||
setxkbmap -option ctrl:nocaps &
|
||||
synclient PalmDetect=1
|
||||
|
||||
exec awesome
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue