mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
sway: center and float solaar
This commit is contained in:
parent
2d42bd5f0a
commit
4444955c2c
|
@ -360,6 +360,7 @@
|
|||
{app_id = "com.github.wwmm.easyeffects";}
|
||||
{app_id = "org.keepassxc.KeePassXC";}
|
||||
{app_id = "pavucontrol";}
|
||||
{app_id = "solaar";}
|
||||
{window_role = "bubble";}
|
||||
{window_role = "dialog";}
|
||||
{window_role = "pop-up";}
|
||||
|
@ -380,6 +381,10 @@
|
|||
command = "resize set 40ppt 60ppt; move position center";
|
||||
criteria = {app_id = "blueberry.py";};
|
||||
}
|
||||
{
|
||||
command = "resize set 60ppt 80ppt; move position center";
|
||||
criteria = {app_id = "solaar";};
|
||||
}
|
||||
{
|
||||
command = "resize set 80ppt 80ppt; move position center";
|
||||
criteria = {app_id = "org.keepassxc.KeePassXC";};
|
||||
|
|
Loading…
Reference in a new issue