Prevent monitor checking for auto_hide and auto_show (doesn't do

anything)
long-opts
noctuid 9 years ago
parent b21f9b8add
commit aefa230d63

@ -625,10 +625,6 @@ auto_show() {
# Main # Main
# #
if $multiple_monitors; then
update_geometry_settings_for_monitor
fi
if $auto_detect_wm; then if $auto_detect_wm; then
wm_autoset_for_all wm_autoset_for_all
if [[ $term == auto_show ]] || [[ $term == auto_hide ]]; then if [[ $term == auto_show ]] || [[ $term == auto_hide ]]; then
@ -648,6 +644,9 @@ if [[ -n $1 ]]; then
elif [[ $term == auto_show ]]; then elif [[ $term == auto_show ]]; then
auto_show auto_show
else else
if $multiple_monitors; then
update_geometry_settings_for_monitor
fi
wid_toggle wid_toggle
fi fi
else else

Loading…
Cancel
Save