Sway workspace and window automation
This commit is contained in:
parent
1ae77093cf
commit
785790bc0b
|
@ -12,6 +12,10 @@
|
||||||
position = "2560,200";
|
position = "2560,200";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
workspaceOutputAssign = [
|
||||||
|
{ workspace = "8"; output = "DP-2"; }
|
||||||
|
{ workspace = "9"; output = "DP-2"; }
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -66,8 +66,16 @@
|
||||||
"XF86AudioPrev" = "exec 'playerctl previous'";
|
"XF86AudioPrev" = "exec 'playerctl previous'";
|
||||||
};
|
};
|
||||||
assigns = {
|
assigns = {
|
||||||
|
"8" = [{ class = "WebCord"; }];
|
||||||
"9" = [{ class = "Spotify"; }];
|
"9" = [{ class = "Spotify"; }];
|
||||||
};
|
};
|
||||||
|
floating = {
|
||||||
|
criteria = [
|
||||||
|
{ app_id = "org.keepassxc.KeePassXC"; }
|
||||||
|
{ title = "Volume Control"; }
|
||||||
|
{ title = "wdisplays"; }
|
||||||
|
];
|
||||||
|
};
|
||||||
focus = {
|
focus = {
|
||||||
# Don't automatically focus hovered windows
|
# Don't automatically focus hovered windows
|
||||||
followMouse = "no";
|
followMouse = "no";
|
||||||
|
|
Loading…
Reference in a new issue