mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat(katwine): wc3
This commit is contained in:
parent
b627665f2e
commit
d1b1556076
4 changed files with 36 additions and 10 deletions
|
|
@ -70,6 +70,8 @@ in {
|
|||
};
|
||||
};
|
||||
debug = {
|
||||
honor-xdg-activation-with-invalid-serial = {};
|
||||
#strict-new-window-focus-policy = {};
|
||||
#deactivate-unfocused-windows = {};
|
||||
};
|
||||
workspaces = {
|
||||
|
|
|
|||
|
|
@ -51,6 +51,19 @@ _: {
|
|||
];
|
||||
open-on-workspace = "chat";
|
||||
}
|
||||
{
|
||||
matches = [
|
||||
{
|
||||
app-id = "steam";
|
||||
title = "^notificationtoasts_\d+_desktop$";
|
||||
}
|
||||
];
|
||||
default-floating-position = {
|
||||
x = 10;
|
||||
y = 10;
|
||||
relative-to = "bottom-right";
|
||||
};
|
||||
}
|
||||
{
|
||||
matches = [
|
||||
{app-id = "^steam_app_default$";}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue