Adjust window switching prompt.

This commit is contained in:
Mid Favila 2021-07-06 01:20:31 -03:00
parent 253d547642
commit 56ad402393

View File

@ -44,7 +44,7 @@ ctrl + Pause ; w ; t
#Switch between windows
ctrl + Pause ; shift + W
wmctrl -a "$(${FXDE_DIR}/fxde-core/scripts/winlist.sh|xprompt -i|sed 's/\(^ *\)//')"
wmctrl -a "$(${FXDE_DIR}/fxde-core/scripts/winlist.sh|xprompt -i "?: "|sed 's/\(^ *\)//')"
#Kill the current window
ctrl + Pause ; w ; shift + K