Fix CJK copied by Ctrl+C became \uxxxx

This commit is contained in:
clsty
2024-01-20 09:44:22 +08:00
parent 15c426df9e
commit 9418a7f3fe
+2 -1
View File
@@ -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 ""