This commit is contained in:
nora 2025-06-08 17:32:52 +02:00
parent dc50568a2f
commit 1a154850ce

View file

@ -157,7 +157,7 @@ layout {
// - CSS-like notation: "rgb(255, 127, 0)", rgba(), hsl() and a few others.
// Color of the ring on the active monitor.
active-color "#7fc8ff"
active-color "#db88c5"
// Color of the ring on inactive monitors.
inactive-color "#505050"
@ -195,7 +195,7 @@ layout {
// You can enable drop shadows for windows.
shadow {
// Uncomment the next line to enable shadows.
// on
on
// By default, the shadow draws only around its window, and not behind it.
// Uncomment this setting to make the shadow draw behind its window.
@ -211,7 +211,7 @@ layout {
// window. These will also remove client-side shadows if the window
// draws any.
//
// draw-behind-window true
draw-behind-window true
// You can change how shadows look. The values below are in logical
// pixels and match the CSS box-shadow properties.
@ -319,8 +319,8 @@ window-rule {
// Example: enable rounded corners for all windows.
// (This example rule is commented out with a "/-" in front.)
/-window-rule {
geometry-corner-radius 12
window-rule {
geometry-corner-radius 8
clip-to-geometry true
}