feat!: move to wofi
This commit is contained in:
7
scripts/workspace.sh
Executable file
7
scripts/workspace.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
workspaces=$(hyprctl workspaces -j | jq -r '.[].name')
|
||||
|
||||
target=$(echo "$workspaces" | wofi -d -p "Switch to workspace:")
|
||||
|
||||
if [[ -n "$target" ]]; then
|
||||
hyprctl dispatch workspace "$target"
|
||||
fi
|
||||
Reference in New Issue
Block a user