clean up 'scope' decl
This commit is contained in:
parent
453d780695
commit
cb72b47661
28 changed files with 261 additions and 195 deletions
|
|
@ -54,3 +54,13 @@ window-rule {
|
|||
}
|
||||
xwayland-satellite { path "%SATELLITE%"; }
|
||||
spawn-at-startup "systemctl" "--user" "start" "startup-sound.service"
|
||||
window-rule {
|
||||
match app-id="Bitwarden"
|
||||
open-floating true
|
||||
default-column-width { proportion 0.16667; }
|
||||
}
|
||||
window-rule {
|
||||
match app-id="feishin"
|
||||
open-floating true
|
||||
default-column-width { proportion 0.16667; }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -78,10 +78,11 @@ in
|
|||
|
||||
services.niri-tag = {
|
||||
enable = true;
|
||||
# scratchpads = {
|
||||
# "${config.apps.streamPlayer}" = 99;
|
||||
# "${config.apps.passwordManager}" = 101;
|
||||
# };
|
||||
scratchpads = {
|
||||
# TODO FIXME these could use the getExe ?
|
||||
"feishin" = 99;
|
||||
"Bitwarden" = 101;
|
||||
};
|
||||
};
|
||||
|
||||
services.niri-s76-bridge.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue