some laptop related keybind customizations for i3wm
This commit is contained in:
parent
07a30656d1
commit
b58fb3d09f
1 changed files with 4 additions and 0 deletions
|
@ -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" {
|
||||
|
|
Loading…
Reference in a new issue