comment bug fixed.

This commit is contained in:
rootniformaticaservice 2023-03-28 09:30:53 -03:00
parent 74707638a0
commit 61987c3642

View file

@ -8,8 +8,8 @@ INPUT=$1 # input
FW=$(pfw) # focused window
SW=$(wattr w $(lsw -r)) # screen width
SH=$(wattr h $(lsw -r)) # screen height
WW=$((SW * 40 / 100)) # windows width = 80% of the screen
WH=$((SH * 40 / 100)) # windows height = 80% of the screen
WW=$((SW * 80 / 100)) # windows width = 80% of the screen
WH=$((SH * 80 / 100)) # windows height = 80% of the screen
MAXX=$((SW - WW)) # max X coordinate
MAXY=$((SH - WH)) # max Y coordinate
FREQ=20 # refresh frequency