feat(picom): add rule for polybar
This commit is contained in:
parent
8687a1496e
commit
68b4546aec
|
@ -257,7 +257,14 @@ rules = ({
|
|||
match = "window_type = 'dock' || window_type = 'desktop'";
|
||||
blur-background = false;
|
||||
corner-radius = 0;
|
||||
}, {
|
||||
},
|
||||
{
|
||||
match = "window_type = 'dock'";
|
||||
animations = ({
|
||||
triggers = ["open", "show", "close", "hide"],
|
||||
})
|
||||
},
|
||||
{
|
||||
match = "class_g *= 'i3lock' || _NET_WM_STATE@[1] = '_NET_WM_STATE_FULLSCREEN' || _NET_WM_STATE@[2] = '_NET_WM_STATE_FULLSCREEN' || _NET_WM_STATE@[3] = '_NET_WM_STATE_FULLSCREEN' || _NET_WM_STATE@[4] = '_NET_WM_STATE_FULLSCREEN'";
|
||||
shadow = false;
|
||||
corner-radius = 0;
|
||||
|
@ -346,7 +353,6 @@ animations = ({
|
|||
shadow-offset-x = "offset-x";
|
||||
shadow-offset-y = "offset-y";
|
||||
},
|
||||
|
||||
# Half Window Size Desktop Switch
|
||||
{
|
||||
triggers = ["workspace-out"];
|
||||
|
|
Loading…
Reference in New Issue