xbindkeys: Init

master
Pierre Neidhardt 2018-02-08 12:54:45 +01:00
parent d271e199b2
commit d4c49ff325
2 changed files with 14 additions and 0 deletions

13
.xbindkeysrc Normal file
View File

@ -0,0 +1,13 @@
## ALSA volume
"amixer set Master 5%-"
XF86AudioLowerVolume
"amixer set Master 5%+"
XF86AudioRaiseVolume
"amixer set Master toggle"
XF86AudioMute
## Screen brightness
"xbacklight -inc 10"
XF86MonBrightnessUp
"xbacklight -dec 10"
XF86MonBrightnessDown

View File

@ -26,6 +26,7 @@ xkbcomp -I"$HOME/.xkb" "$HOME/.xkb/usim.xkb" $DISPLAY 2>/dev/null
xcape -e 'Control_L=Escape'
numlockx on
# xinput disable "SynPS/2 Synaptics TouchPad"
xbindkeys
## Lock screen on sleep.
xss-lock slock &