Skip to content

Commit

Permalink
Set base struts only for primary monitor in default-config.
Browse files Browse the repository at this point in the history
The base struts are only needed on the primary monitor which has
the RightPanel, not all monitors.
  • Loading branch information
somiaj committed Jun 12, 2021
1 parent f716d81 commit c527b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default-config/config
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ EdgeResistance 450
EdgeThickness 1
Style * EdgeMoveDelay 350, EdgeMoveResistance 350

# EwmhBaseStruts [left] [right] [top] [bottom]
# EwmhBaseStruts [screen name] [left] [right] [top] [bottom]
# Reserves space along the edge(s) of the Screen that will not
# be covered when maximizing or placing windows.
EwmhBaseStruts 0 120 0 0
EwmhBaseStruts screen $[monitor.primary] 0 120 0 0

# This sets the ClickTime and MoveThreshold used to determine
# Double Clicks, Hold and Move for the mouse.
Expand Down

0 comments on commit c527b7b

Please sign in to comment.