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
|
-- {{{ Key bindings
|
||||||
globalkeys = awful.util.table.join(
|
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, }, "Left", awful.tag.viewprev ),
|
||||||
awful.key({ modkey, }, "Right", awful.tag.viewnext ),
|
awful.key({ modkey, }, "Right", awful.tag.viewnext ),
|
||||||
awful.key({ modkey, }, "Escape", awful.tag.history.restore),
|
awful.key({ modkey, }, "Escape", awful.tag.history.restore),
|
||||||
|
|
|
||||||
1
.xinitrc
1
.xinitrc
|
|
@ -8,6 +8,7 @@ xscreensaver -no-splash &
|
||||||
kupfer --no-splash &
|
kupfer --no-splash &
|
||||||
nm-applet &
|
nm-applet &
|
||||||
gnome-sound-applet &
|
gnome-sound-applet &
|
||||||
|
setxkbmap -option ctrl:nocaps &
|
||||||
synclient PalmDetect=1
|
synclient PalmDetect=1
|
||||||
|
|
||||||
exec awesome
|
exec awesome
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue