diff options
Diffstat (limited to 'polybar/.local/bin/rofi_moveto_workspace')
| -rwxr-xr-x | polybar/.local/bin/rofi_moveto_workspace | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/polybar/.local/bin/rofi_moveto_workspace b/polybar/.local/bin/rofi_moveto_workspace new file mode 100755 index 0000000..9cc0b9d --- /dev/null +++ b/polybar/.local/bin/rofi_moveto_workspace @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +NAME=`rofi_workspace_prompt` +i3-msg move container to workspace $NAME |
