switch from greenclip to copyq

This commit is contained in:
azpsen
2024-02-01 08:35:11 -06:00
parent 26e45773ae
commit 2f0bdf9b7f
4 changed files with 10 additions and 20 deletions

View File

@@ -23,6 +23,7 @@ bspc rule -a Dconf-editor state=floating
bspc rule -a Thunar state=floating
bspc rule -a Xarchiver state=floating
bspc rule -a L3afpad state=floating
bspc rule -a copyq state=floating
# start screen locker
xset s 600 5
@@ -34,7 +35,7 @@ pgrep -x notify.sh > /dev/null || ~/.config/bspwm/scripts/notify.sh &
~/.config/bspwm/scripts/launch-polybar.sh &
pgrep -x greenclip > /dev/null || greenclip daemon &
pgrep -x copyq > /dev/null || ~/.config/bspwm/scripts/copyq.sh &
killall picom
picom --no-fading-openclose &