diff options
Diffstat (limited to '.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 # |