add initial support for i3 '-a'

currently working with dropdowns, but auto showing needs fixing
long-opts
angelic-sedition 10 years ago
parent f042bbf6de
commit e2d1e93d68

@ -118,6 +118,11 @@ wm_autodetect_settings() {
float_post() { float_post() {
xdotool windowmove "$1" "$xoff" "$yoff" xdotool windowmove "$1" "$xoff" "$yoff"
} }
elif [[ $wm == i3 ]]; then
float_post() {
i3-msg floating enable && \
xdotool windowmove "$1" "$xoff" "$yoff" windowsize "$1" "$width" "$height"
}
fi fi
# for auto_show proper positioning # for auto_show proper positioning

Loading…
Cancel
Save