transfer.sh change to 0x0.st

This commit is contained in:
rootniformaticaservice 2023-06-29 01:45:55 -03:00
parent 846242456b
commit 3ff16237ac

View file

@ -21,7 +21,7 @@ wms_shepperd.sh [ -a, -r, -t ]
# create atom in focused window
add_focused() {
name=$(printf "$($XMENU < $NAMES)")
name="$($XMENU < $NAMES)"
if [ -n "$name " ]; then
atomx WM_HERD="$name $FW" $FW
else
@ -31,8 +31,8 @@ add_focused() {
# create atom in all maped windows
add_all() {
name=$(printf "$($XMENU < $NAMES)")
for wid in $AMW; do
name="$($XMENU < $NAMES)"
for wjjlsid in $AMW; do
if [ -n "$name" ]; then
atomx WM_HERD="$name $wid" $wid
else