Horrible thing fixed.
This commit is contained in:
parent
e38b7f3f27
commit
2126a501bd
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ wms_shepperd.sh [ -a, -r, -t ]
|
|||
# create atom in focused window
|
||||
add_focused() {
|
||||
name=$(printf "$($XMENU < $NAMES)")
|
||||
if [ -n "$ name " ]; then
|
||||
atomx WM_HERD="$ name $FW" $FW
|
||||
if [ -n "$name " ]; then
|
||||
atomx WM_HERD="$name $FW" $FW
|
||||
else
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue