From 9418a7f3fee24ea811a94dab4e45e6e3094d0152 Mon Sep 17 00:00:00 2001 From: clsty Date: Sat, 20 Jan 2024 09:44:22 +0800 Subject: [PATCH] Fix CJK copied by Ctrl+C became \uxxxx --- .config/hypr/execs.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/hypr/execs.conf b/.config/hypr/execs.conf index 36bdd25a..14a36eea 100644 --- a/.config/hypr/execs.conf +++ b/.config/hypr/execs.conf @@ -15,7 +15,8 @@ exec-once = swayidle -w timeout 450 'pidof java || systemctl suspend' & exec-once = sleep 1 && dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # Some fix idk # Clipboard: history -exec-once = wl-paste --watch cliphist store & +exec-once = wl-paste --type text --watch cliphist store +exec-once = wl-paste --type image --watch cliphist store # Clipboard: disable middle-click paste exec-once = wl-paste -p --watch wl-copy -p ""