5 lines
91 B
Bash
Executable file
5 lines
91 B
Bash
Executable file
#!/bin/sh
|
|
WORKSPACES=$(i3-msg -t get_workspaces)
|
|
# echo $WORKSPACES | jq
|
|
|
|
echo $WORKSPACES
|