From 2c102496f0a9921181e7df0377d5b09403fc29d9 Mon Sep 17 00:00:00 2001 From: Pedro Rey Anca Date: Mon, 11 Nov 2024 11:14:04 +0100 Subject: [PATCH] Fix like https://github.com/hyprwm/Hyprland/issues/2619 --- 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 44781bd..9d165e8 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -5,7 +5,7 @@ exec-once = [ "${pkgs.lxqt.lxqt-policykit}/bin/lxqt-policykit-agent &" "nm-applet &" - "wl-clip-persist --clipboard both &" + "wl-clip-persist --clipboard regular &" "bash -c 'if [ ! -f ~/.config/hypr/wallpaper.png ]; then wall-change ~/.config/hypr/default_wallpaper.png; fi'" "swaybg -m fill -i ~/.config/hypr/wallpaper.png &" "poweralertd &"