From f54af913738660cba97e088ffa6eb6ea37cd4829 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 19 Mar 2026 09:48:37 -0500 Subject: [PATCH] task | sway - fix call to brightnessctl --- home/gui/sway.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/gui/sway.nix b/home/gui/sway.nix index abb27bf..e30a745 100644 --- a/home/gui/sway.nix +++ b/home/gui/sway.nix @@ -46,10 +46,10 @@ bindsym Control+Shift+F1 exec --no-startup-id control-music --prev # Brightness - bindsym XF86MonBrightnessDown exec brightnessctl set 10- - bindsym XF86MonBrightnessUp exec brightnessctl set +10 - bindsym Control+Shift+F5 exec brightnessctl set 10- - bindsym Control+Shift+F6 exec brightnessctl set +10 + bindsym XF86MonBrightnessDown exec brightnessctl set 10%- + bindsym XF86MonBrightnessUp exec brightnessctl set +10% + bindsym Control+Shift+F5 exec brightnessctl set 10%- + bindsym Control+Shift+F6 exec brightnessctl set +10% # Volume bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%