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