From 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 Mon Sep 17 00:00:00 2001 From: Vito Graffagnino Date: Tue, 8 Sep 2020 18:10:49 +0100 Subject: Added the relevent parts of the .config directory. Alss add ssh config --- .i3/loadWSmain.sh | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 .i3/loadWSmain.sh (limited to '.i3/loadWSmain.sh') 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" -- cgit v1.2.3