dotfiles/home/user/.config/sway/scripts/auto-alacritty.sh
2026-02-19 20:24:59 +03:00

7 lines
57 B
Bash
Executable File

#!/bin/sh
while true; do
alacritty
sleep 1
done