Niri: remove invalid keybinds

This commit is contained in:
Evie Litherland-Smith 2024-05-27 20:16:18 +01:00
parent e532ddc8cd
commit bbec2b7a0d

View file

@ -62,11 +62,6 @@ binds {
XF86MonBrightnessUp allow-when-locked=true { spawn "lightctl" "+" "5"; }
XF86MonBrightnessDown allow-when-locked=true { spawn "lightctl" "-" "5"; }
XF86AudioPlay allow-when-locked=true { spawn "playerctl" "play-pause"; }
XF86AudioStop allow-when-locked=true { spawn "playerctl" "play-pause"; }
XF86AudioPrevious allow-when-locked=true { spawn "playerctl" "previous"; }
XF86AudioNext allow-when-locked=true { spawn "playerctl" "next"; }
Mod+Q { close-window; }
Mod+Left { focus-column-left; }