Add desktop background

This commit is contained in:
davidovski 2023-10-09 17:42:22 +01:00
parent 051ed527f6
commit 02a4a3a4c1
21 changed files with 65 additions and 47 deletions

View file

@ -185,7 +185,7 @@ opacity-rule = [
# Bad in performance, with driver-dependent behavior.
# The name of the switch may change without prior notifications.
#
blur-background = true;
blur-background = false;
# Blur background of windows when the window frame is not opaque.
# Implies:
@ -237,7 +237,7 @@ daemon = true
# `xrender` is the default one.
#
experimental-backends = true;
backend = "glx";
backend = "xrender";
vsync = true
@ -439,8 +439,8 @@ log-level = "info";
#
wintypes:
{
normal = { fade = true; shadow = true;}
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
normal = { fade = false; shadow = true;}
tooltip = { fade = false; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
dock = { full-shadow = true; }
dnd = { shadow = true; }
popup_menu = { shadow = true; }