From 205ea933493b27013f2504d8f5cdf05627a3cd98 Mon Sep 17 00:00:00 2001 From: ewy1 Date: Tue, 14 Jan 2025 12:09:13 +0100 Subject: add more mediakeys --- .config/sway/config.d/mediakeys | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/sway') diff --git a/.config/sway/config.d/mediakeys b/.config/sway/config.d/mediakeys index 894d381..88e007a 100644 --- a/.config/sway/config.d/mediakeys +++ b/.config/sway/config.d/mediakeys @@ -1,3 +1,5 @@ bindsym XF86AudioPlay exec playerctl play-pause bindsym XF86AudioPrev exec playerctl previous bindsym XF86AudioNext exec playerctl next +bindsym XF86MonBrightnessUp exec xbacklight -inc 10 -fps 10 +bindsym XF86MonBrightnessDown exec xbacklight -dec 10 -fps 10 -- cgit v1.3