aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstow/sway/.local/bin/sws6
1 files changed, 6 insertions, 0 deletions
diff --git a/stow/sway/.local/bin/sws b/stow/sway/.local/bin/sws
new file mode 100755
index 0000000..9b83375
--- /dev/null
+++ b/stow/sway/.local/bin/sws
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+workspace="$1"
+shift
+swaymsg workspace "$workspace"
+"$@" &