niri: Add kb layout hotkey

This commit is contained in:
2025-02-06 17:56:56 +01:00
parent e73ca2721d
commit e0ed6a4de9

View File

@ -470,10 +470,13 @@ binds {
Ctrl+Print { screenshot-screen; }
Alt+Print { screenshot-window; }
// Switch to the next keyboard layout
Mod+Tab { spawn "wmutils" "next-keyboard-layout"; }
// The quit action will show a confirmation dialog to avoid accidental exits.
Mod+Shift+E { quit; }
// Powers off the monitors. To turn them back on, do any input like
// moving the mouse or pressing any other key.
Mod+Shift+P { power-off-monitors; }
// Mod+Shift+P { power-off-monitors; }
}