remove innacurate comment

had "exit" eval'd for one second before I changed how it was done
long-opts
angelic-sedition 10 years ago
parent 0544b563c7
commit 0a74e25f3a

@ -290,7 +290,6 @@ get_geometry() {
# so that won't float a tiled window later when showing # so that won't float a tiled window later when showing
if [[ -n $(type is_floating) ]] && [[ -z $(is_floating) ]]; then if [[ -n $(type is_floating) ]] && [[ -z $(is_floating) ]]; then
# window is not floating; don't bother saving geometry # window is not floating; don't bother saving geometry
# this is going to be eval'd in set_geometry.. maybe not best/ most explicit way to do this but funny to me
echo "false" echo "false"
else else
wininfo=$(xwininfo -id "$1") wininfo=$(xwininfo -id "$1")

Loading…
Cancel
Save