aboutsummaryrefslogtreecommitdiff
path: root/dwm-terminal
blob: ec6831425be67ff8b7adb2fe38ef87fbd90354e0 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
# This is the terminal that is launched by dwm
ghostty &

exit 0