bug in source file fixed.
This commit is contained in:
parent
b1742dfcc4
commit
657a58a460
1 changed files with 1 additions and 2 deletions
|
@ -4,10 +4,9 @@
|
|||
# wms_termrename.sh by @root_informatica.
|
||||
|
||||
. $HOME/.config/wms/wms_var
|
||||
. $HOME/.config/wms/wms_names
|
||||
|
||||
# if any terminal is focused.
|
||||
if [ "$(atomx WM_CLASS $TARGET)" = "$TERMINAL" ]; then
|
||||
if [ "$(atomx WM_CLASS $FW)" = "$TERMINAL" ]; then
|
||||
# change atom name.
|
||||
atomx WM_NAME="$($XMENU < $NAMES)" $FW
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue