improve move workspace
This commit is contained in:
parent
f05136bd54
commit
0820cfdc1d
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ in
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
${pkgs.i3}/bin/i3-msg -t get_workspaces | \
|
${pkgs.i3}/bin/i3-msg -t get_workspaces | \
|
||||||
${pkgs.jq}/bin/jq --raw-output '.[] | .name' | \
|
${pkgs.jq}/bin/jq --raw-output '.[] | .name' | \
|
||||||
${pkgs.rofi}/bin/rofi -dmenu -p 'Select Workspace' | \
|
${pkgs.rofi}/bin/rofi -dmenu -p 'Move to Workspace' | \
|
||||||
while read line
|
while read line
|
||||||
do
|
do
|
||||||
${pkgs.i3}/bin/i3-msg move container to workspace "$line"
|
${pkgs.i3}/bin/i3-msg move container to workspace "$line"
|
||||||
|
|
Loading…
Reference in a new issue