fixed brightness controls for i3

This commit is contained in:
Anton Lydike 2020-02-08 20:28:33 +01:00
parent 7f509ac533
commit 21ba8727c0

View File

@ -50,8 +50,8 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
# Brightness control
bindsym XF86KbdBrightnessUp exec --no-startup-id /home/anton/.bin/brihgtness +15
bindsym XF86KbdBrightnessDown exec --no-startup-id /home/anton/.bin/brightness -15
bindsym XF86MonBrightnessUp exec python3 /home/anton/.bin/brightness +8%
bindsym XF86MonBrightnessDown exec python3 /home/anton/.bin/brightness -8%
# Use Mouse+$mod to drag floating windows to their wanted position
@ -86,7 +86,7 @@ bindsym $mod+Right focus right
bindsym $mod+Shift+j move left
bindsym $mod+Shift+k move down
bindsym $mod+Shift+l move up
bindsym $mod+Shift+odiaeresis move right
bindsym $mod+Shift+o move right
# alternatively, you can use the cursor keys:
bindsym $mod+Shift+Left move left