sped up hover via tmp files for xrandr
This commit is contained in:
@ -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?")
|
||||
|
Reference in New Issue
Block a user