remove accidentally placed functions

long-opts
angelic-sedition 10 years ago
parent 76f91e5636
commit a1e0e8361e

@ -125,13 +125,6 @@ wm_autoset_for_both() {
i3-msg floating enable && \ i3-msg floating enable && \
xdotool windowmove "$1" "$xoff" "$yoff" windowsize "$1" "$width" "$height" xdotool windowmove "$1" "$xoff" "$yoff" windowsize "$1" "$width" "$height"
} }
is_floating() {
bspc query -T | grep "$(printf 0x%x "$1").*f-"
}
# tiling window manager with no support for floating; can toggle fullscreen instead for the dropdown
elif [[ $wm == herbstluftwm ]]; then
map_post() {
herbstclient fullscreen on
fi fi
} }

Loading…
Cancel
Save