diff options
| author | adikro <adikro@disroot.org> | 2026-01-08 17:15:02 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-01-08 17:15:02 +0100 |
| commit | 6fc5210d51c630dd944d3050328a784b4ece81ba (patch) | |
| tree | 0c0759cccefe64fd7d1a00a95919a4e315934b73 /hm/env/niri/niri.nix | |
| parent | df6d72246bfe33f6f04617c201d45e2f92689560 (diff) | |
changed pc to stable drivers, updated amdgpu drivers and reverted to older kernel version, added swaylock and swayidle, revamped screenshots and niri keybinds
Diffstat (limited to 'hm/env/niri/niri.nix')
| -rw-r--r-- | hm/env/niri/niri.nix | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/hm/env/niri/niri.nix b/hm/env/niri/niri.nix index fbbb5f2..577e52c 100644 --- a/hm/env/niri/niri.nix +++ b/hm/env/niri/niri.nix @@ -53,7 +53,7 @@ in cursor = { hide-when-typing = true; size = 48; - theme = "Hoshimi_Miyabi"; + theme = "miyabi"; }; layout = { empty-workspace-above-first = true; @@ -81,6 +81,14 @@ in position = "top"; }; }; + window-rules = [ + { + matches = [ + { app-id = "Bitwarden"; } + ]; + block-out-from = "screen-capture"; + } + ]; gestures.hot-corners.enable = false; spawn-at-startup = [ { command = [ "${lib.getExe pkgs.xwayland-satellite}" ]; } |
