From 02f0101b669c9364f51fa16fff9914a35c06fa49 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 6 Feb 2022 19:52:59 +0100 Subject: Adjust brightness keys --- .config/sway/config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 179f0b8..ac2dce7 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -104,6 +104,13 @@ mouse_warping none # Exit sway (logs you out of your Wayland session) 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 # -- cgit v1.2.3