From eeb404d8484ff45d1e4b3c8f73b7150b24630cee Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Thu, 14 Dec 2023 22:54:13 +0100 Subject: [PATCH] test --- modules/home/hyprland/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 93ca0c4..b18a5b4 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -16,7 +16,7 @@ in exec-once = hash dbus-update-activation-environment 2>/dev/null & exec-once = dbus-update-activation-environment --systemd & exec-once = nm-applet & - exec-once = wl-paste -p --watch wl-copy -p '' + # exec-once = wl-paste -p --watch wl-copy -p '' exec-once = swaybg -m fill -i $(find ~/Pictures/wallpapers/ -maxdepth 1 -type f) & exec-once = sleep 1 && swaylock exec-once = hyprctl setcursor Nordzy-cursors 22 &