Disabled wl-clip-persist

This commit is contained in:
2025-08-30 13:51:56 +03:00
parent 52545987ac
commit b666354112

View File

@@ -43,7 +43,9 @@ exec-once = hyprctl plugin load "$HYPR_PLUGIN_DIR/lib/libhyprbars.so"
# exec-once = waybar & hyprpaper
exec-once = swaync
exec-once = wl-clip-persist --clipboard regular # Persist pasting after app closes
# I can't paste in discord if this is enabled
# exec-once = wl-clip-persist --clipboard regular # Persist pasting after app closes
exec-once = wl-paste --type text --watch cliphist store # Stores only text data
exec-once = wl-paste --type image --watch cliphist store # Stores only image data