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 = [
|
matches = [
|
||||||
{app-id = "^codium$";}
|
{app-id = "^codium$";}
|
||||||
{app-id = "^obsidian$";}
|
{app-id = "^obsidian$";}
|
||||||
|
{app-id = "^org\.gnome\.TextEditor$";}
|
||||||
];
|
];
|
||||||
|
|
||||||
open-floating = false;
|
open-floating = false;
|
||||||
|
@ -156,11 +157,8 @@ in {
|
||||||
{
|
{
|
||||||
# Media
|
# Media
|
||||||
matches = [
|
matches = [
|
||||||
{
|
{app-id = "^com\.github\.th_ch\.youtube_music$";}
|
||||||
app-id = "^org\.gnome\.Loupe$";
|
{app-id = "^org\.gnome\.Loupe$";}
|
||||||
title = "wallpaper.png";
|
|
||||||
}
|
|
||||||
|
|
||||||
{app-id = "^Spotify$";}
|
{app-id = "^Spotify$";}
|
||||||
{app-id = "^totem$";}
|
{app-id = "^totem$";}
|
||||||
{app-id = "^YouTube Music$";}
|
{app-id = "^YouTube Music$";}
|
||||||
|
@ -205,6 +203,15 @@ in {
|
||||||
open-focused = false;
|
open-focused = false;
|
||||||
})
|
})
|
||||||
|
|
||||||
|
{
|
||||||
|
# Steam
|
||||||
|
matches = [
|
||||||
|
{app-id = "^steam$";}
|
||||||
|
];
|
||||||
|
|
||||||
|
open-floating = false;
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
# Terminals
|
# Terminals
|
||||||
matches = [
|
matches = [
|
||||||
|
@ -233,7 +240,7 @@ in {
|
||||||
{app-id = "^(sdl-|wl|x)freerdp$";}
|
{app-id = "^(sdl-|wl|x)freerdp$";}
|
||||||
{app-id = "^looking-glass-client$";}
|
{app-id = "^looking-glass-client$";}
|
||||||
{app-id = "^org\.remmina\.Remmina$";}
|
{app-id = "^org\.remmina\.Remmina$";}
|
||||||
{app-id = "^virt-manager$";}
|
{app-id = "^.*virt-manager.*$";}
|
||||||
];
|
];
|
||||||
|
|
||||||
open-floating = false;
|
open-floating = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue