Niri: remove invalid keybinds
This commit is contained in:
parent
e532ddc8cd
commit
bbec2b7a0d
|
@ -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; }
|
||||
|
|
Reference in a new issue