summaryrefslogtreecommitdiff
path: root/i3/startup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'i3/startup.sh')
-rwxr-xr-xi3/startup.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/i3/startup.sh b/i3/startup.sh
new file mode 100755
index 0000000..493d1ac
--- /dev/null
+++ b/i3/startup.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+i3-msg 'workspace 1; append_layout /home/tom/.i3/one.json'
+thunderbird &
+xterm -bg black -fg white -e "htop" &
+virtualbox &