diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 18:13:54 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-06 18:13:54 +0530 |
| commit | fbad3cce7ffacc6755e5ff33e8b3f6fd3280e053 (patch) | |
| tree | 36fe1ee71d5e4838344584f33010b428057a3dba /common/modules/window_managers/niri | |
| parent | 54471f0faf2697e55e01ed4a276de0cd921a7c30 (diff) | |
fix ghostty and alacritty config
Diffstat (limited to 'common/modules/window_managers/niri')
| -rw-r--r-- | common/modules/window_managers/niri/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/common/modules/window_managers/niri/default.nix b/common/modules/window_managers/niri/default.nix index 0306256..fad916d 100644 --- a/common/modules/window_managers/niri/default.nix +++ b/common/modules/window_managers/niri/default.nix @@ -83,11 +83,12 @@ in } focus-ring { - off + on + width 2 } border { - on + off width 2 } @@ -149,7 +150,7 @@ in } window-rule { - match app-id=r#"^(foot|alacritty|ghotty|kitty)$"# + match app-id=r#"^(foot|Alacritty|com.mitchellh.ghostty|kitty)$"# open-on-workspace "2" } |
