Fix timings in bspwm's autostart

Increased size of tray
Fixed unintended jgmenu behaviour
This commit is contained in:
2022-11-13 01:25:12 +01:00
parent 570d14c2b9
commit cabea39dd9

View File

@@ -52,13 +52,14 @@ xss-lock -v -- betterlockscreen -l &
############################################################################################################################### ###############################################################################################################################
## Launch jgmenu - dirty hack :) ## Launch jgmenu - dirty hack :)
rm ~/.jgmenu-lockfile;
jgmenu --at-pointer --hide-on-startup & jgmenu --at-pointer --hide-on-startup &
## Launch side notification tray, and move it to top ## Launch side notification tray, and move it to top
#(tint2; sleep 10; xdo raise -n tint2) & #(tint2; sleep 10; xdo raise -n tint2) &
## launch tray ## launch tray
stalonetray -v -t --geometry=1x24+0+35 & stalonetray -v -t --geometry=1x48+0+35 &
## Screenshot daemon ## Screenshot daemon
flameshot & flameshot &
@@ -73,7 +74,7 @@ telegram-desktop -startintray &
caffeine >/dev/null 2>&1 & caffeine >/dev/null 2>&1 &
## Ulauncher ## Ulauncher
sleep 3 & sleep 3 ;
ulauncher --hide-window >/dev/null 2>&1 & ulauncher --hide-window >/dev/null 2>&1 &
## Activity watch ## Activity watch
@@ -91,7 +92,7 @@ dockd --daemon &
############################################################################################################################### ###############################################################################################################################
## Launch polybar - Keep last! ## ## Launch polybar - Keep last! ##
############################################################################################################################### ###############################################################################################################################
sleep 3 ; sleep 7 ;
$HOME/.config/polybar/launch.sh & $HOME/.config/polybar/launch.sh &