fixed brightness controls for i3

master
Anton Lydike 5 years ago
parent 7f509ac533
commit 21ba8727c0

@ -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

Loading…
Cancel
Save