diff options
| author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-11-18 14:13:04 +0100 |
|---|---|---|
| committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-11-18 14:13:04 +0100 |
| commit | 80ec14e7a22930a259607e4c8740b09303074d65 (patch) | |
| tree | 0c97e43a14fcc00e6fbf95b6c34398bbfeb5f673 /niri.nix | |
| parent | bec6421e62d732aa1f17c2fcc968d5b6731e26a2 (diff) | |
| download | home-manager-80ec14e7a22930a259607e4c8740b09303074d65.tar.gz home-manager-80ec14e7a22930a259607e4c8740b09303074d65.tar.bz2 home-manager-80ec14e7a22930a259607e4c8740b09303074d65.zip | |
Diffstat (limited to 'niri.nix')
| -rw-r--r-- | niri.nix | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -85,7 +85,7 @@ binds { Mod+Shift+Slash { show-hotkey-overlay; } - Mod+T { spawn "ghostty"; } + Mod+T { spawn "/usr/bin/ghostty"; } Mod+D { spawn "wofi" "--show" "run"; } Mod+O repeat=false { toggle-overview; } Mod+Shift+D { spawn "wofi" "--show" "drun"; } @@ -262,12 +262,6 @@ } window-rule { - match app-id=r#"^firefox$"# - - block-out-from "screencast" - } - - window-rule { match app-id=r#"^Bitwarden$"# open-on-workspace "res" |
