rename geometry setting function for consitency

long-opts
angelic-sedition 10 years ago
parent 7f287bfaae
commit c684b55605

@ -215,6 +215,7 @@ get_geometry() {
} }
geometry_set() { geometry_set() {
set_geometry() {
eval "$(< /tmp/tdrop/auto_hidden/geometry)" eval "$(< /tmp/tdrop/auto_hidden/geometry)"
xdotool windowmove "$1" "$X" "$Y" xdotool windowmove "$1" "$X" "$Y"
} }
@ -227,7 +228,7 @@ auto_show() {
float_pre_command "$class" float_pre_command "$class"
xdotool windowmap "$wid" xdotool windowmap "$wid"
float_post_command "$wid" float_post_command "$wid"
geometry_set "$wid" set_geometry "$wid"
fi fi
} }

Loading…
Cancel
Save