major springcleaning

This commit is contained in:
2023-10-12 15:12:12 +02:00
parent 648a010f64
commit 98b48cb97b
332 changed files with 6708 additions and 10208 deletions

View File

@ -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.