niri: add rules
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
49d76e02bd
commit
3498dfd2b7
1 changed files with 13 additions and 6 deletions
|
@ -124,6 +124,7 @@ in {
|
|||
matches = [
|
||||
{app-id = "^codium$";}
|
||||
{app-id = "^obsidian$";}
|
||||
{app-id = "^org\.gnome\.TextEditor$";}
|
||||
];
|
||||
|
||||
open-floating = false;
|
||||
|
@ -156,11 +157,8 @@ in {
|
|||
{
|
||||
# Media
|
||||
matches = [
|
||||
{
|
||||
app-id = "^org\.gnome\.Loupe$";
|
||||
title = "wallpaper.png";
|
||||
}
|
||||
|
||||
{app-id = "^com\.github\.th_ch\.youtube_music$";}
|
||||
{app-id = "^org\.gnome\.Loupe$";}
|
||||
{app-id = "^Spotify$";}
|
||||
{app-id = "^totem$";}
|
||||
{app-id = "^YouTube Music$";}
|
||||
|
@ -205,6 +203,15 @@ in {
|
|||
open-focused = false;
|
||||
})
|
||||
|
||||
{
|
||||
# Steam
|
||||
matches = [
|
||||
{app-id = "^steam$";}
|
||||
];
|
||||
|
||||
open-floating = false;
|
||||
}
|
||||
|
||||
{
|
||||
# Terminals
|
||||
matches = [
|
||||
|
@ -233,7 +240,7 @@ in {
|
|||
{app-id = "^(sdl-|wl|x)freerdp$";}
|
||||
{app-id = "^looking-glass-client$";}
|
||||
{app-id = "^org\.remmina\.Remmina$";}
|
||||
{app-id = "^virt-manager$";}
|
||||
{app-id = "^.*virt-manager.*$";}
|
||||
];
|
||||
|
||||
open-floating = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue