sped up hover via tmp files for xrandr

This commit is contained in:
2021-02-18 18:18:08 +01:00
parent fe0b64db24
commit ef0fcbe662
2 changed files with 16 additions and 6 deletions

View File

@ -7,6 +7,9 @@
#automatically scale HD screens to better work with hidpi
scale_factor_HD=1.6
#fixes issue that script gets called twice for some reason
[ "$(pgrep -c displayselect)" -gt 1 ] && exit
twoscreen() { # If multi-monitor is selected and there are two screens.
mirror=$(printf "no\\nyes" | dmenu -i -p "Mirror displays?")