minor visual changes
This commit is contained in:
parent
50e15d3d38
commit
4b7e21be29
3 changed files with 38 additions and 30 deletions
|
@ -171,8 +171,8 @@ in {
|
|||
general = {
|
||||
gaps_in = 6;
|
||||
gaps_out = 6;
|
||||
border_size = 2;
|
||||
no_border_on_floating = true;
|
||||
border_size = 1;
|
||||
no_border_on_floating = false;
|
||||
|
||||
layout = "dwindle";
|
||||
|
||||
|
@ -214,14 +214,14 @@ in {
|
|||
"workspace 4, class:vesktop"
|
||||
];
|
||||
|
||||
blurls = [
|
||||
"gtk-layer-shell"
|
||||
];
|
||||
|
||||
layerrule = [
|
||||
"animation slide, notifications"
|
||||
"animation slide, waybar"
|
||||
];
|
||||
|
||||
blurls = [
|
||||
"gtk-layer-shell" # nwg-drawer
|
||||
#"waybar"
|
||||
"blur, notifications"
|
||||
];
|
||||
|
||||
decoration = {
|
||||
|
@ -253,6 +253,7 @@ in {
|
|||
"border, 1, 2, outExpo"
|
||||
"fade, 1, 3, outCubic"
|
||||
"workspaces, 1, 6, outExpo"
|
||||
"specialWorkspace, 1, 2, outCubic, fade"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue