diff options
Diffstat (limited to 'config/hypr')
| -rw-r--r-- | config/hypr/configs/Execs.conf | 3 | ||||
| -rwxr-xr-x | config/hypr/scripts/Refresh.sh | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/config/hypr/scripts/Refresh.sh b/config/hypr/scripts/Refresh.sh index 556f651d..e393b95d 100755 --- a/config/hypr/scripts/Refresh.sh +++ b/config/hypr/scripts/Refresh.sh @@ -10,6 +10,7 @@ for _prs in "${_ps[@]}"; do fi done +sleep 0.5 # Relaunch waybar waybar & @@ -17,7 +18,7 @@ waybar & ${SCRIPTSDIR}/PywalDunst.sh & # Relaunching rainbow borders -sleep 1 +sleep 0.5 ${SCRIPTSDIR}/RainbowBorders.sh & # for cava-pywal (note, need to manually restart cava once wallpaper changes) |
