From f72eb29392edf66272dbb48ede7cccb169ef357a Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Tue, 26 May 2026 10:50:55 -0700 Subject: [PATCH] [hyprland] Remove wl-paste. --- home-manager/features/hyprland.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home-manager/features/hyprland.nix b/home-manager/features/hyprland.nix index b16481d..f2b06cf 100644 --- a/home-manager/features/hyprland.nix +++ b/home-manager/features/hyprland.nix @@ -47,9 +47,12 @@ "gsettings set org.gnome.desktop.interface gtk-theme \"Adwaita-dark\"" # Hyprland doesn't paste into Firefox or Wine apps. This program is a workaround. # See https://github.com/hyprwm/Hyprland/issues/2319 + # + # However, it also sometimes gets messed up and prevents all copy-paste. Disabling unless I need it. + # # -t text = Only handle text # -w xclip -selection clipboard = Watch for events and invoke xclip - "wl-paste -t text -w xclip -selection clipboard" + # "wl-paste -t text -w xclip -selection clipboard" ]; general = {