Thicker border with no gaps

Gives more real estate on small screens while maintaining more visible breaks between windows on large screens
This commit is contained in:
John Mertz 2024-02-22 22:55:01 -07:00
parent b99ce0adff
commit 63d500bdd5
1 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@ seat seat0 xcursor_theme FlatbedCursors-Blue
# Minimize borders from all windows # Minimize borders from all windows
hide_edge_borders none hide_edge_borders none
default_floating_border pixel 1 default_floating_border pixel 2
default_border pixel 1 default_border pixel 2
# Font only visible in tabbed mode. Also inheritted by bar. # Font only visible in tabbed mode. Also inheritted by bar.
font pango:Anonymous Pro 12 font pango:Anonymous Pro 12
@ -27,7 +27,7 @@ bar bar-1 {
} }
# gaps # gaps
gaps inner 10 gaps inner 0
gaps outer 0 gaps outer 0
# Color definitions # Color definitions