Update layout and window rules
This commit is contained in:
parent
10d8bb36c5
commit
9f1d786097
1 changed files with 12 additions and 9 deletions
|
@ -27,8 +27,7 @@ output "LG Electronics LG ULTRAGEAR 404NTCZ0R931" {
|
||||||
variable-refresh-rate on-demand=true
|
variable-refresh-rate on-demand=true
|
||||||
}
|
}
|
||||||
layout {
|
layout {
|
||||||
gaps 10
|
gaps 4
|
||||||
center-focused-column "on-overflow"
|
|
||||||
always-center-single-column
|
always-center-single-column
|
||||||
preset-column-widths {
|
preset-column-widths {
|
||||||
proportion 0.33333
|
proportion 0.33333
|
||||||
|
@ -46,13 +45,6 @@ layout {
|
||||||
active-color "#bb9af7"
|
active-color "#bb9af7"
|
||||||
inactive-color "#414868"
|
inactive-color "#414868"
|
||||||
}
|
}
|
||||||
shadow {
|
|
||||||
on
|
|
||||||
softness 30
|
|
||||||
spread 5
|
|
||||||
offset x=0 y=5
|
|
||||||
color "#0007"
|
|
||||||
}
|
|
||||||
tab-indicator {
|
tab-indicator {
|
||||||
place-within-column
|
place-within-column
|
||||||
gap 4
|
gap 4
|
||||||
|
@ -173,6 +165,17 @@ window-rule {
|
||||||
inactive-color "#aa0000"
|
inactive-color "#aa0000"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
window-rule {
|
||||||
|
match is-active=false
|
||||||
|
opacity 0.9
|
||||||
|
draw-border-with-background false
|
||||||
|
}
|
||||||
|
window-rule {
|
||||||
|
match is-floating=true
|
||||||
|
shadow {
|
||||||
|
on
|
||||||
|
}
|
||||||
|
}
|
||||||
// Enable shadows on launcher and notifications
|
// Enable shadows on launcher and notifications
|
||||||
layer-rule {
|
layer-rule {
|
||||||
match namespace="^launcher$"
|
match namespace="^launcher$"
|
||||||
|
|
Loading…
Add table
Reference in a new issue