summaryrefslogtreecommitdiff
path: root/hm/env/niri/niri.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-01-08 17:15:02 +0100
committeradikro <adikro@disroot.org>2026-01-08 17:15:02 +0100
commit6fc5210d51c630dd944d3050328a784b4ece81ba (patch)
tree0c0759cccefe64fd7d1a00a95919a4e315934b73 /hm/env/niri/niri.nix
parentdf6d72246bfe33f6f04617c201d45e2f92689560 (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.nix10
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}" ]; }