|
@@ -162,9 +162,15 @@ bindsym XF86AudioPause exec playerctl play-pause
|
|
|
bindsym XF86AudioNext exec playerctl next
|
|
bindsym XF86AudioNext exec playerctl next
|
|
|
bindsym XF86AudioPrev exec playerctl previous
|
|
bindsym XF86AudioPrev exec playerctl previous
|
|
|
|
|
|
|
|
-# Monitor (External)
|
|
|
|
|
|
|
+# Brightness
|
|
|
|
|
+# @host tompot
|
|
|
bindsym XF86MonBrightnessUp exec ddcutil setvcp --sn 6L1M413 10 + 5
|
|
bindsym XF86MonBrightnessUp exec ddcutil setvcp --sn 6L1M413 10 + 5
|
|
|
bindsym XF86MonBrightnessDown 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
|
|
# @host tompot
|
|
|
bindsym $mod+b exec ~/.config/sway/scripts/brightness-slider.sh
|
|
bindsym $mod+b exec ~/.config/sway/scripts/brightness-slider.sh
|