diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-02-06 19:52:59 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-02-06 19:52:59 +0100 |
commit | 02f0101b669c9364f51fa16fff9914a35c06fa49 (patch) | |
tree | dbce8a11eb7fc505cfbf9822570ba45499fe70ce /.config/sway/config | |
parent | 329921bf013e93a62b22107ab6c1fceccb8c0476 (diff) |
Adjust brightness keys
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config index 179f0b8..ac2dce7 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -105,6 +105,13 @@ mouse_warping none bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' # +# Brightness +# + + bindsym XF86MonBrightnessDown exec brightnessctl s 5%- + bindsym XF86MonBrightnessUp exec brightnessctl s 5%+ + +# # Audio # |