diff options
-rw-r--r-- | niri/config.kdl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/niri/config.kdl b/niri/config.kdl index 297a51e..16e8c11 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -606,4 +606,7 @@ binds { // 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; } + + // Browsers + Super+Alt+W { spawn "lwc"; } } |