aboutsummaryrefslogtreecommitdiff
path: root/dwm-terminal
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-10-03 18:54:34 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-10-03 18:54:34 +0200
commitbf9e5595f4ee0a6c9ebb7a3a59a312b289446df8 (patch)
treeee9fd7ba4078d1fb762b5b78e9ff8d8f8f727ae3 /dwm-terminal
parentb47b759d37f426d16934040cec6e60bf5eecceea (diff)
downloadscripts-bf9e5595f4ee0a6c9ebb7a3a59a312b289446df8.tar.gz
scripts-bf9e5595f4ee0a6c9ebb7a3a59a312b289446df8.tar.bz2
scripts-bf9e5595f4ee0a6c9ebb7a3a59a312b289446df8.zip
update
Diffstat (limited to 'dwm-terminal')
-rwxr-xr-xdwm-terminal8
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
+
+
+