7 lines
231 B
Bash
Executable file
7 lines
231 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source "/usr/lib/sp-functions"
|
|
|
|
new_wsname="$( get_workspace_prefix )$(wofi -i --dmenu --height 1 --search $( get_workspace_name ))"
|
|
|
|
swaymsg 'rename workspace "'"$( get_workspace_fullname )"'" to "'"${new_wsname}"'"'
|