diff options
| author | JaKooLit <jimmielovejay.com> | 2023-12-14 22:25:10 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-12-14 22:25:10 +0900 |
| commit | 02d1d993b0d47254037b14e92337d208d0012f8f (patch) | |
| tree | 42ea62d6f21138a78da4482eb381d29ed00f2dee | |
| parent | 5e19174a974c4af0ed013a87c534a0d1406888e9 (diff) | |
minor tweak on Execs.conf (cliphist startup)
| -rw-r--r-- | config/hypr/configs/Execs.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/hypr/configs/Execs.conf b/config/hypr/configs/Execs.conf index 85870f74..afcc5a14 100644 --- a/config/hypr/configs/Execs.conf +++ b/config/hypr/configs/Execs.conf @@ -35,7 +35,8 @@ exec-once = nm-applet --indicator & #exec-once = rog-control-center & #clipboard manager -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 # Rainbow borders exec-once = $scriptsDir/RainbowBorders.sh |
