Hide window borders even more
This commit is contained in:
parent
2711782c42
commit
d78f58bdc7
1 changed files with 6 additions and 5 deletions
11
sway.conf
11
sway.conf
|
|
@ -11,11 +11,12 @@ output * bg #000000 solid_color
|
|||
|
||||
# Hide ALL window borders and focus indicators by making them transparent/black
|
||||
# Note: The 5th value is the "child_border" which is the actual visible border
|
||||
client.focused #000000 #000000 #ffffff #000000 #000000
|
||||
client.focused_inactive #000000 #000000 #888888 #000000 #000000
|
||||
client.unfocused #000000 #000000 #888888 #000000 #000000
|
||||
client.urgent #000000 #000000 #ffffff #000000 #000000
|
||||
client.placeholder #000000 #000000 #888888 #000000 #000000
|
||||
# Text color (3rd value) is also black to make title/tab text invisible (black on black)
|
||||
client.focused #000000 #000000 #000000 #000000 #000000
|
||||
client.focused_inactive #000000 #000000 #000000 #000000 #000000
|
||||
client.unfocused #000000 #000000 #000000 #000000 #000000
|
||||
client.urgent #000000 #000000 #000000 #000000 #000000
|
||||
client.placeholder #000000 #000000 #000000 #000000 #000000
|
||||
client.background #000000
|
||||
|
||||
# Completely hide focus indicator by hiding the mark
|
||||
|
|
|
|||
Loading…
Reference in a new issue