summaryrefslogtreecommitdiff
path: root/.i3/loadWSmain.sh
diff options
context:
space:
mode:
Diffstat (limited to '.i3/loadWSmain.sh')
-rwxr-xr-x.i3/loadWSmain.sh25
1 files changed, 25 insertions, 0 deletions
diff --git a/.i3/loadWSmain.sh b/.i3/loadWSmain.sh
new file mode 100755
index 0000000..b666e6c
--- /dev/null
+++ b/.i3/loadWSmain.sh
@@ -0,0 +1,25 @@
+#!/bin/bash -
+#===============================================================================
+#
+# FILE: loadWSmain.sh
+#
+# USAGE: ./loadWSmain.sh
+#
+# DESCRIPTION:
+#
+# OPTIONS: ---
+# REQUIREMENTS: ---
+# BUGS: ---
+# NOTES: ---
+# AUTHOR: YOUR NAME (),
+# ORGANIZATION:
+# CREATED: 24/05/18 18:46:57
+# REVISION: ---
+#===============================================================================
+
+i3-msg "workspace $workspace6"
+i3-msg "append_layout $HOME/.i3/workspace-main.json"
+i3-msg "exec --no-startup-id urxvt -e cmatrix"
+i3-msg "exec --no-startup-id urxvt"
+i3-msg "exec --no-startup-id urxvt -e ncmpcpp -s visualizer"
+i3-msg "exec --no-startup-id urxvt -e htop"