major springcleaning
This commit is contained in:
@ -26,7 +26,7 @@ screenheight="$( echo "$dim" | grep -Eo 'x[0-9]{1,5}+' | tr -d 'x+')"
|
||||
newheight=$(( 2 * screenheight / 5 ))
|
||||
newwidth=$(( 2 * screenwidth / 5 ))
|
||||
# fit your borderwidth setup of your WM or windows could bleed over to other display
|
||||
borderwidth=2
|
||||
borderwidth=1
|
||||
|
||||
# see https://specifications.freedesktop.org/wm-spec/wm-spec-1.3.html for gravity specs
|
||||
# I do not believe that gravity is being respected in dwm.
|
||||
|
Reference in New Issue
Block a user