diff options
Diffstat (limited to '')
| -rw-r--r-- | wallust/templates/niri | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/wallust/templates/niri b/wallust/templates/niri index efbc8f3..45e952d 100644 --- a/wallust/templates/niri +++ b/wallust/templates/niri @@ -120,10 +120,6 @@ layer-rule { } window-rule { - match app-id=r#"^org\.wezfurlong\.wezterm$"# - default-column-width {} -} -window-rule { match title="btop" match title="nmtui" default-column-width { proportion 1.0; } @@ -207,7 +203,7 @@ binds { Mod+Ctrl+8 { move-column-to-workspace 8; } Mod+Ctrl+9 { move-column-to-workspace 9; } - Mod+Tab { focus-workspace-previous; } + Mod+Z { focus-workspace-previous; } Mod+Comma { consume-window-into-column; } Mod+Period { expel-window-from-column; } @@ -236,7 +232,7 @@ binds { Mod+T { toggle-column-tabbed-display; } - Mod+Z { toggle-overview; } + Mod+Tab { toggle-overview; } Mod+Shift+E { quit; } } |
