Files
dotfiles/home/config/hypr/scripts/run-apps.sh
T
2025-01-22 19:33:28 +02:00

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 &