diff --git a/tree/.config/niri/config.kdl.tpl b/tree/.config/niri/config.kdl.tpl index 499c7c7..d7daf73 100644 --- a/tree/.config/niri/config.kdl.tpl +++ b/tree/.config/niri/config.kdl.tpl @@ -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; } }