Compare commits
3 commits
b8c6e0c196
...
4c54a7b40b
Author | SHA1 | Date | |
---|---|---|---|
4c54a7b40b | |||
2de24d60b9 | |||
d129bc287b |
3 changed files with 12 additions and 10 deletions
|
@ -4,29 +4,30 @@
|
|||
window-rules = [
|
||||
{
|
||||
# handle steam grabbing focus 1000 times on startup
|
||||
|
||||
matches = [
|
||||
{app-id = "steam";}
|
||||
];
|
||||
excludes = [
|
||||
{title = "(Guild Wars 2)";}
|
||||
{
|
||||
app-id = "steam";
|
||||
title = "Steam";
|
||||
}
|
||||
];
|
||||
open-focused = false;
|
||||
}
|
||||
{
|
||||
# position steam notifs correctly: https://github.com/YaLTeR/niri/wiki/Application-Issues
|
||||
|
||||
matches = [
|
||||
{
|
||||
app-id = "steam";
|
||||
title = "^notificationtoasts_\\d+desktop$";
|
||||
title = "^notificationtoasts_[\\d]+_desktop$";
|
||||
}
|
||||
];
|
||||
default-floating-position = {
|
||||
x = 10;
|
||||
y = 10;
|
||||
x = 0;
|
||||
y = 0;
|
||||
relative-to = "bottom-right";
|
||||
};
|
||||
shadow.enable = false;
|
||||
border.enable = false;
|
||||
baba-is-float = false;
|
||||
}
|
||||
{
|
||||
matches = [
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
matches = [{
|
||||
is-floating = true;
|
||||
}];
|
||||
baba-is-float = true;
|
||||
shadow = {
|
||||
offset.y = 0;
|
||||
offset.x = 0;
|
||||
|
|
|
@ -44,7 +44,7 @@ in
|
|||
|
||||
vlc
|
||||
mpv
|
||||
kdePackages.okular
|
||||
evince
|
||||
nomacs
|
||||
jellyfin-media-player
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue