bspwm: Don't use borders/gaps by default

This commit is contained in:
Donovan Glover 2023-01-07 00:53:03 -05:00
parent 6b977d9394
commit e3d055bafe
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -23,6 +23,11 @@ bspc config split_ratio 0.50
# Make moving windows look nice at 240Hz
bspc config pointer_motion_interval 4
# Don't use borders/gaps by default
bspc config border_width 0
bspc config window_gap 0
bspc config single_monocle true
# Always focus the window under the cursor
# while moving the mouse, similar to i3
bspc config focus_follows_pointer true