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:
parent
b99ce0adff
commit
63d500bdd5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue