bug in source file fixed.

This commit is contained in:
#root_informatica 2024-09-11 23:39:17 -03:00
parent b1742dfcc4
commit 657a58a460

View file

@ -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