various updates
This commit is contained in:
@ -29,6 +29,7 @@ newwidth=$(( 2 * screenwidth / 5 ))
|
||||
borderwidth=2
|
||||
|
||||
# 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.
|
||||
case "$1" in
|
||||
left) horizontal=$(( borderwidth ))
|
||||
vertical=$(( screenheight - newheight - 2 * borderwidth ))
|
||||
|
Reference in New Issue
Block a user