diff options
Diffstat (limited to 'dwm-terminal')
-rwxr-xr-x | dwm-terminal | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dwm-terminal b/dwm-terminal new file mode 100755 index 0000000..ec68314 --- /dev/null +++ b/dwm-terminal @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +# This is the terminal that is launched by dwm +ghostty & + +exit 0 + + + |