Compare commits

...

2 Commits

Author SHA1 Message Date
e0ed6a4de9 niri: Add kb layout hotkey 2025-02-06 17:56:56 +01:00
e73ca2721d niri: Remove virt-manager max width 2025-02-06 17:56:14 +01:00

View File

@ -260,7 +260,7 @@ window-rule {
window-rule { window-rule {
match title="Virtual Machine Manager" match title="Virtual Machine Manager"
match app-id="virt-manager" match app-id="virt-manager"
max-width 400 //max-width 400
} }
binds { binds {
@ -470,10 +470,13 @@ binds {
Ctrl+Print { screenshot-screen; } Ctrl+Print { screenshot-screen; }
Alt+Print { screenshot-window; } 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. // The quit action will show a confirmation dialog to avoid accidental exits.
Mod+Shift+E { quit; } Mod+Shift+E { quit; }
// Powers off the monitors. To turn them back on, do any input like // Powers off the monitors. To turn them back on, do any input like
// moving the mouse or pressing any other key. // moving the mouse or pressing any other key.
Mod+Shift+P { power-off-monitors; } // Mod+Shift+P { power-off-monitors; }
} }