index
:
dotfiles
main
my personal config files
matt@xcolour.net
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stow
/
sway
/
.local
/
bin
/
sws
blob: 9b83375d1765bc85ef306f918ed04154526d5d7d (
plain
)
1
2
3
4
5
6
#!/bin/bash
workspace
=
"
$1
"
shift
swaymsg
workspace
"
$workspace
"
"
$@
"
&