update niri config
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
spawn-at-startup "qs" "-c" "noctalia-shell"
|
||||||
|
spawn-at-startup "flatpak" "run" "org.telegram.desktop" "-startintray"
|
||||||
|
|
||||||
// Input devices and keyboard layout.
|
// Input devices and keyboard layout.
|
||||||
input {
|
input {
|
||||||
keyboard {
|
keyboard {
|
||||||
@@ -80,12 +83,17 @@ animations {
|
|||||||
// Telegram default width.
|
// Telegram default width.
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id=r#"org.telegram.desktop$"#
|
match app-id=r#"org.telegram.desktop$"#
|
||||||
default-column-width { proportion 0.33333; }
|
default-column-width { proportion 0.2; }
|
||||||
}
|
}
|
||||||
|
|
||||||
// Firefox picture-in-picture opens as floating.
|
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id=r#"firefox$"# title="^Picture-in-Picture$"
|
match app-id="librewolf" title=".*LibreWolf$"
|
||||||
|
default-column-width { proportion 1.0; }
|
||||||
|
}
|
||||||
|
|
||||||
|
// LibreWolf picture-in-picture opens as floating.
|
||||||
|
window-rule {
|
||||||
|
match app-id=r#"librewolf$"# title="^Picture-in-Picture$"
|
||||||
open-floating true
|
open-floating true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user