diff options
| author | tslil clingman <tslil@posteo.net> | 2022-01-26 20:40:32 -0500 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.net> | 2022-01-26 20:40:32 -0500 |
| commit | 5e923399b11ed932d7c10bdf833b2da864d4b539 (patch) | |
| tree | 37f70df5ef019c346d81be0bb3930a0f59fa7bcb /sway/sway_workspace | |
| parent | 71a0aa735c56ac7664f916ea5cb0fcce553cc990 (diff) | |
Forgot to include sway_workspace
Diffstat (limited to 'sway/sway_workspace')
| -rwxr-xr-x | sway/sway_workspace | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/sway_workspace b/sway/sway_workspace new file mode 100755 index 0000000..bd72115 --- /dev/null +++ b/sway/sway_workspace @@ -0,0 +1,4 @@ +#!/bin/sh + +notify-send -t 1000 --app-name "$2" "workspace" +swaymsg workspace number "$1" "$2" |
