From b58fb3d09fad33346ca19913bb49f60762c99078 Mon Sep 17 00:00:00 2001 From: Von Random Date: Fri, 17 Mar 2017 13:00:48 +0300 Subject: [PATCH] some laptop related keybind customizations for i3wm --- i3_config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/i3_config b/i3_config index 721dbe0..76d6412 100644 --- a/i3_config +++ b/i3_config @@ -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" {