activating shadow for all windows

This commit is contained in:
aminnairi
2025-11-09 14:25:11 +01:00
parent 5a730838a6
commit 11ea8d63a9
+2 -2
View File
@@ -215,7 +215,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.
@@ -231,7 +231,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.