feat(sway): enable borders
This commit is contained in:
parent
bb14371e92
commit
8088289343
1 changed files with 2 additions and 2 deletions
|
@ -113,14 +113,14 @@ gaps left 8
|
||||||
gaps right 8
|
gaps right 8
|
||||||
gaps bottom 8
|
gaps bottom 8
|
||||||
gaps top 0
|
gaps top 0
|
||||||
default_border normal 0
|
default_border normal 1
|
||||||
font "APL386 Unicode 8"
|
font "APL386 Unicode 8"
|
||||||
|
|
||||||
client.focused $accent $accent $accent $accent $accent
|
client.focused $accent $accent $accent $accent $accent
|
||||||
client.unfocused #5c5c5c #5c5c5c #5c5c5c #5c5c5c #5c5c5c
|
client.unfocused #5c5c5c #5c5c5c #5c5c5c #5c5c5c #5c5c5c
|
||||||
client.focused_inactive #5c5c5c #5c5c5c #5c5c5c #5c5c5c #5c5c5c
|
client.focused_inactive #5c5c5c #5c5c5c #5c5c5c #5c5c5c #5c5c5c
|
||||||
|
|
||||||
for_window [app_id="firefox"] border normal 1
|
for_window [title="^oyster$"] floating enable
|
||||||
|
|
||||||
# Status Bar:
|
# Status Bar:
|
||||||
bar {
|
bar {
|
||||||
|
|
Loading…
Reference in a new issue