summaryrefslogtreecommitdiff
path: root/home/wayland/niri/niri.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-11-22 23:17:50 +0100
committeradikro <adikro@disroot.org>2025-11-22 23:17:50 +0100
commit2d4dc906719fd9cd0b784cffd405d09fc17f86c5 (patch)
tree3539a2f8341250c7697ac765f5bc3370bcab9133 /home/wayland/niri/niri.nix
parent803585323bdd11dba7113f66d94f0357f4bfe1ce (diff)
idek
Diffstat (limited to 'home/wayland/niri/niri.nix')
-rw-r--r--home/wayland/niri/niri.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/wayland/niri/niri.nix b/home/wayland/niri/niri.nix
index 9a3d85e..7d0537a 100644
--- a/home/wayland/niri/niri.nix
+++ b/home/wayland/niri/niri.nix
@@ -68,7 +68,8 @@
};
spawn-at-startup = [
{ command = [ "${lib.getExe pkgs.xwayland-satellite}" ]; }
- { command = [ "swaybg" "--image" "/media/pics/wallpapers/kita6.png" ]; }
+ { command = [ "awww-daemon" ]; }
+ { command = [ "wl-paste --watch cliphist store" ]; }
];
};
}