1
0
Fork 0

some laptop related keybind customizations for i3wm

This commit is contained in:
Von Random 2017-03-17 13:00:48 +03:00
parent 07a30656d1
commit b58fb3d09f

View file

@ -112,6 +112,10 @@ bindsym $mod+Control+r restart
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
# lock screen
bindsym $mod+z exec "xautolock -locknow"
# toggle touchpad
bindsym XF86TouchpadToggle exec "touchpad-toggle"
bindsym XF86KbdBrightnessDown exec "keybrightness d"
bindsym XF86KbdBrightnessUp exec "keybrightness u"
# resize window (you can also use the mouse for that)
mode "resize" {