Replies: 1 comment
-
Since no one responded, I have since figured this out and I am sharing. I wrote a small script that accomplishes this. BTW I use the kitty terminal if that matters. kitty -e --hold & I execute the script with: exec-once = ~/.config/hypr/scripts/start-kitty.sh |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this for an autostart:
exec once = [workspace 1] $terminal ~/.start.kitty.sh
and in the start.kitty.sh file I have this:
hyprctl dispatch exec [workspace 1] kitty
hyprctl dispatch exec [workspace 1] kitty
hyprctl dispatch exec [workspace 1] kitty
I would like fastfetch to start in the upper right window.
How can I make this happen?
Beta Was this translation helpful? Give feedback.
All reactions