adding shared niri config
This commit is contained in:
62
.config/niri/shared/window-rule.kdl
Normal file
62
.config/niri/shared/window-rule.kdl
Normal file
@@ -0,0 +1,62 @@
|
||||
|
||||
window-rule {
|
||||
match app-id="code"
|
||||
default-column-width { proportion 1.0; }
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id="google-chrome"
|
||||
default-column-width { proportion 1.0; }
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id="discord" at-startup=true
|
||||
open-on-workspace "chat"
|
||||
default-column-width { proportion 0.9; }
|
||||
}
|
||||
|
||||
window-rule {
|
||||
// Music
|
||||
match app-id="chrome-cinhimbnkkaeohfgghhklpknlkffjgod-Default" at-startup=true
|
||||
open-on-workspace "chat"
|
||||
default-column-width { proportion 0.9; }
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id="Slack" at-startup=true
|
||||
open-on-workspace "chat"
|
||||
default-column-width { proportion 0.9; }
|
||||
}
|
||||
window-rule {
|
||||
// Calendar
|
||||
match app-id="chrome-kjbdgfilnfhdoflbpgamdcdgpehopbep-Default" at-startup=true
|
||||
open-on-workspace "chat"
|
||||
default-column-width { proportion 0.9; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
window-rule {
|
||||
match app-id=r#"^steam_app_.*$"#
|
||||
open-fullscreen true
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id=r#"^$"# title=r#"^$"#
|
||||
open-floating true
|
||||
default-floating-position x=12 y=12 relative-to="top-right"
|
||||
open-focused false
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match title="Meet -"
|
||||
open-floating true
|
||||
open-focused false
|
||||
default-floating-position x=12 y=12 relative-to="bottom-right"
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id="steam" title=r#"^notificationtoasts_\d+_desktop$"#
|
||||
default-floating-position x=10 y=10 relative-to="bottom-right"
|
||||
open-focused false
|
||||
}
|
||||
Reference in New Issue
Block a user