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 = {