mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-05 08:58:44 +00:00
9 lines
279 B
Bash
Executable File
9 lines
279 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
hyprctl dispatch -- exec '[workspace 1]' firefox &
|
|
hyprctl dispatch -- exec '[workspace 3 silent]' telegram-desktop &
|
|
sleep 1
|
|
hyprctl dispatch -- exec '[workspace 3 silent]' todoist &
|
|
sleep 1
|
|
hyprctl dispatch -- exec '[workspace 3 silent]' alacritty -e btop &
|