mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Fix CJK copied by Ctrl+C became \uxxxx (#199)
This commit is contained in:
commit
25a9a2fb51
1 changed files with 2 additions and 1 deletions
|
|
@ -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 ""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue