From 989284d9d86b99dc08cf86c86007a8b2f44d6472 Mon Sep 17 00:00:00 2001 From: Evin Yulo Date: Sun, 12 Nov 2023 23:29:52 -0500 Subject: [PATCH] increase amount of volume and brightness adj keys --- sway | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sway b/sway index a415d78..be1763b 100644 --- a/sway +++ b/sway @@ -18,10 +18,10 @@ bindsym $mod+s exec grim -g "$(slurp)" bindsym $mod+p exec grim -g "$(slurp -p)" - | convert - -format '%[pixel:p{0,0}]' txt:- | tail -n 1 | cut -d ' ' -f 4 | wl-copy -n bindsym XF86AudioMute exec pamixer -t -bindsym XF86AudioLowerVolume exec pamixer -d 5 --allow-boost -bindsym XF86AudioRaiseVolume exec pamixer -i 5 --allow-boost -bindsym XF86MonBrightnessDown exec brightnessctl set 5%- -bindsym XF86MonBrightnessUp exec brightnessctl set 5%+ +bindsym XF86AudioLowerVolume exec pamixer -d 10 --allow-boost +bindsym XF86AudioRaiseVolume exec pamixer -i 10 --allow-boost +bindsym XF86MonBrightnessDown exec brightnessctl set 10%- +bindsym XF86MonBrightnessUp exec brightnessctl set 10%+ bindsym $mod+Shift+q kill floating_modifier $mod normal -- 2.45.2