Przeglądaj źródła

Sync: 2026-03-28 16:06:12

G. Capella 22 godzin temu
rodzic
commit
46c5fb356e
1 zmienionych plików z 7 dodań i 1 usunięć
  1. 7 1
      dots/.config/sway/config

+ 7 - 1
dots/.config/sway/config

@@ -162,9 +162,15 @@ bindsym XF86AudioPause exec playerctl play-pause
 bindsym XF86AudioNext exec playerctl next
 bindsym XF86AudioPrev exec playerctl previous
 
-# Monitor (External)
+# Brightness
+# @host tompot
 bindsym XF86MonBrightnessUp exec ddcutil setvcp --sn 6L1M413 10 + 5
 bindsym XF86MonBrightnessDown exec ddcutil setvcp --sn 6L1M413 10 - 5
+# @end
+# @host jellyfish
+bindsym --locked XF86MonBrightnessUp exec light -A 5
+bindsym --locked XF86MonBrightnessDown exec light -U 5
+# @end
 
 # @host tompot
 bindsym $mod+b exec ~/.config/sway/scripts/brightness-slider.sh