diff options
| author | Vito Graffagnino <vito@graffagnino.xyz> | 2020-09-08 18:10:49 +0100 |
|---|---|---|
| committer | Vito Graffagnino <vito@graffagnino.xyz> | 2020-09-08 18:10:49 +0100 |
| commit | 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 (patch) | |
| tree | 2116c49a845dfc0945778f2aa3e2118d72be428b /.i3/loadWSmain.sh | |
| parent | 8cc927e930d5b6aafe3e9862a61e81705479a1b4 (diff) | |
Added the relevent parts of the .config directory. Alss add ssh config
Diffstat (limited to '.i3/loadWSmain.sh')
| -rwxr-xr-x | .i3/loadWSmain.sh | 25 |
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" |
