diff options
| author | ewy1 <ewy0@protonmail.com> | 2025-01-14 12:09:13 +0100 |
|---|---|---|
| committer | ewy1 <ewy0@protonmail.com> | 2025-01-14 12:09:13 +0100 |
| commit | 205ea933493b27013f2504d8f5cdf05627a3cd98 (patch) | |
| tree | 3ed6e32ed0857a48854c720a43274e617b12d84f /.config | |
| parent | b1cbf836c9425274df622561c0b23c7748fb416e (diff) | |
add more mediakeys
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sway/config.d/mediakeys | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
