From d253fa8a01f54ca13e04905ad33ded326e11423e Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Wed, 12 Jul 2017 12:47:45 -0500 Subject: -added saved workspace --- i3/startup.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 i3/startup.sh (limited to 'i3/startup.sh') 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 & -- cgit v1.2.3