feat(niri): add keyboard layout switch key

This commit is contained in:
2026-06-16 17:09:25 +02:00
parent bff122ce0a
commit 81d3c978a0
2 changed files with 23 additions and 21 deletions
+2
View File
@@ -194,6 +194,8 @@ binds {
XF86MonBrightnessUp { spawn "noctalia" "msg" "brightness-up"; }
XF86MonBrightnessDown { spawn "noctalia" "msg" "brightness-down"; }
Mod+Shift+Space { spawn "niri" "msg" "action" "switch-layout" "next"; }
Mod+O repeat=false { toggle-overview; }
Mod+Shift+Q repeat=false { close-window; }