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/loadWSmusic.sh | |
| parent | 8cc927e930d5b6aafe3e9862a61e81705479a1b4 (diff) | |
Added the relevent parts of the .config directory. Alss add ssh config
Diffstat (limited to '.i3/loadWSmusic.sh')
| -rwxr-xr-x | .i3/loadWSmusic.sh | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.i3/loadWSmusic.sh b/.i3/loadWSmusic.sh new file mode 100755 index 0000000..77aad75 --- /dev/null +++ b/.i3/loadWSmusic.sh @@ -0,0 +1,25 @@ +#!/bin/bash - +#=============================================================================== +# +# FILE: loadWSmusic.sh +# +# USAGE: ./loadWSmusic.sh +# +# DESCRIPTION: +# +# OPTIONS: --- +# REQUIREMENTS: --- +# BUGS: --- +# NOTES: --- +# AUTHOR: YOUR NAME (), +# ORGANIZATION: +# CREATED: 24/05/18 18:46:57 +# REVISION: --- +#=============================================================================== + +i3-msg "workspace $workspace9" +i3-msg "append_layout $HOME/.i3/workspace-music.json" +i3-msg "exec --no-startup-id urxvt -e ncmpcpp -s playlist -S visualizer" +i3-msg "exec --no-startup-id mpv " +i3-msg "exec --no-startup-id urxvt -e mpsyt" +i3-msg "exec --no-startup-id urxvt -e ranger" |
