aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAChavali <aryadevchavali1@gmail.com>2020-03-02 23:16:28 +0000
committerAChavali <aryadevchavali1@gmail.com>2020-03-02 23:16:28 +0000
commit5db38f2afa6abb498ec60fcddb4a4ab4d789fe4d (patch)
tree43edf7246e30e3777ba80afdb7a12a574cc9e619
parentb483eed6adcf49a93c2262e0f5c49f9ed523c411 (diff)
downloaddotfiles-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.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/i3.conf b/i3.conf
index 6a26441..405fa6a 100644
--- a/i3.conf
+++ b/i3.conf
@@ -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