diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-23 13:05:03 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-23 13:05:38 +0100 |
| commit | 7d6bc7e062af943c70332404c925a9e24fdc6127 (patch) | |
| tree | 53a6c23b65d218aba85b3b89d01121a2abb7f04d /.config | |
| parent | a414602f94056374ebfc0c7f2b56f0cf9ae4ca0a (diff) | |
niri: Map s-t to ‘toggle-window-floating’
Diffstat (limited to '.config')
| -rw-r--r-- | .config/niri/config.kdl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/niri/config.kdl b/.config/niri/config.kdl index c388dc4..343e24a 100644 --- a/.config/niri/config.kdl +++ b/.config/niri/config.kdl @@ -318,6 +318,7 @@ binds { Mod+R { switch-preset-column-width; } Mod+W { toggle-column-tabbed-display; } Mod+O { toggle-overview; } + Mod+T { toggle-window-floating; } Print { screenshot; } Ctrl+Print { screenshot-screen; } |