#i3 exec scripts question

11 messages · Page 1 of 1 (latest)

dusk gazelle
#

What happens if you set them with a short sleep timer?

#

exec sleep 5 && ~/.scripts/htop.sh

#

What's in your script that's different from just running htop or neofetch?

#

so what if instead of running the script, you just put exec htop

#

and exec neofetch

#

I'm not entirely sure, but I'm guessing. exec alacritty neofetch

#

I've got... 1, maybe 2 ideas

#

exec urxvt -hold -e neofetch That or setting it as a DE var.

#

some of this came from my googling.

#

yeah, alacritty --hold -e neofetch

#

success!