From 093bc04be4ff1b0b09cd19ed1b940e5e088cc847 Mon Sep 17 00:00:00 2001 From: Krzysztof Saczuk Date: Fri, 1 Nov 2024 12:22:45 +0100 Subject: [PATCH] refactor(hyprland): disable clipboard workaround --- modules/desktop/wm/hyprland.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/desktop/wm/hyprland.nix b/modules/desktop/wm/hyprland.nix index 4bc6d81..166b9c6 100644 --- a/modules/desktop/wm/hyprland.nix +++ b/modules/desktop/wm/hyprland.nix @@ -59,9 +59,6 @@ in # Autostart script exec-once = [ autostartScript - (with pkgs; '' - ${wl-clipboard}/bin/wl-paste -t text -w ${getExe bash} -c '[ "$(${getExe xclip} -selection clipboard -o)" = "$(${wl-clipboard}/bin/wl-paste -n)" ] || [ "$(${wl-clipboard}/bin/wl-paste -l | grep image)" = "" ] && ${getExe xclip} -selection clipboard' - '') ]; # Source external file for quick debug source = ["$HOME/.config/hypr/debug.conf"];