sway: fix window automation
This commit is contained in:
parent
f7d85fc590
commit
b8a29266cc
|
@ -72,8 +72,8 @@
|
||||||
floating = {
|
floating = {
|
||||||
criteria = [
|
criteria = [
|
||||||
{ app_id = "org.keepassxc.KeePassXC"; }
|
{ app_id = "org.keepassxc.KeePassXC"; }
|
||||||
{ title = "Volume Control"; }
|
{ app_id = "pavucontrol"; }
|
||||||
{ title = "wdisplays"; }
|
{ app_id = "wdisplays"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
focus = {
|
focus = {
|
||||||
|
@ -81,6 +81,7 @@
|
||||||
followMouse = "no";
|
followMouse = "no";
|
||||||
};
|
};
|
||||||
gaps = {
|
gaps = {
|
||||||
|
# Disable borders on workspaces with a single container
|
||||||
smartBorders = "no_gaps";
|
smartBorders = "no_gaps";
|
||||||
};
|
};
|
||||||
window = {
|
window = {
|
||||||
|
|
Loading…
Reference in a new issue