fix dock autohide, fix titlebar beeing empty, added toggle floating(stays after reboot)

This commit is contained in:
Kievits Rene
2022-04-20 21:12:23 +02:00
parent b11fa86729
commit 21519a9460
8 changed files with 128 additions and 27 deletions

View File

@@ -151,6 +151,6 @@ show-all-xerrors = true;
wintypes: {
tooltip = { fade = true; focus = false; };
normal = { shadow = true; blur-background = false; };
dock = { shadow = false; blur-background = false;};
dock = { shadow = true; blur-background = false;};
desktop = { shadow = true; blur-background = false; };
};