diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-03-02 23:16:28 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-03-02 23:16:28 +0000 |
commit | 5db38f2afa6abb498ec60fcddb4a4ab4d789fe4d (patch) | |
tree | 43edf7246e30e3777ba80afdb7a12a574cc9e619 | |
parent | b483eed6adcf49a93c2262e0f5c49f9ed523c411 (diff) | |
download | dotfiles-5db38f2afa6abb498ec60fcddb4a4ab4d789fe4d.tar.gz dotfiles-5db38f2afa6abb498ec60fcddb4a4ab4d789fe4d.tar.bz2 dotfiles-5db38f2afa6abb498ec60fcddb4a4ab4d789fe4d.zip |
+some more bindings about brightness
Standard laptop bindings and actual keyboard bindings depending on how
normie I get
-rw-r--r-- | i3.conf | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -29,6 +29,14 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT bindsym $mod+m exec --no-startup-id pactl set-sink-volume 0 +10% && $refresh_i3status bindsym $mod+n exec --no-startup-id pactl set-sink-volume 0 -10% && $refresh_i3status +# Brightness binds +bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight +15 +bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -15 + +## b and v are the + and - brightness buttons +bindsym $mod+b exec --no-startup-id xbacklight +5 +bindsym $mod+v exec --no-startup-id xbacklight -5 + # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod |