diff options
author | ZachIR <zachir@librem.one> | 2025-07-25 22:00:08 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-25 22:00:08 -0500 |
commit | bb5665653225727065d12807dabea9f0b4004ee3 (patch) | |
tree | efedea1a26cc94cd3e1c763f39a7ec382cfbb86e | |
parent | b675770aed76f0ec433bd2212309083d6fc7965f (diff) |
Add lwc shortcut to Niri
-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"; } } |