moved to qutebrowser

i enjoy qutebrowser quite a lot lately :)
This commit is contained in:
chloe 2025-07-23 13:27:18 +02:00
parent 7d98c7685d
commit 9096236ccb

View file

@ -579,7 +579,7 @@ environment {
} }
// apps to launch at startup // apps to launch at startup
spawn-at-startup "zen-beta" spawn-at-startup "qutebrowser"
spawn-at-startup "vesktop" spawn-at-startup "vesktop"
spawn-at-startup "beeper" spawn-at-startup "beeper"
spawn-at-startup "cinny" spawn-at-startup "cinny"
@ -596,12 +596,12 @@ window-rule {
match at-startup=true app-id=r#"^discord$"# match at-startup=true app-id=r#"^discord$"#
match at-startup=true app-id=r#"^vesktop$"# match at-startup=true app-id=r#"^vesktop$"#
match at-startup=true app-id=r#"^Beeper$"# match at-startup=true app-id=r#"^Beeper$"#
match at-startup=true app-id=r#"^cinny$"#
open-on-workspace "chat" open-on-workspace "chat"
} }
window-rule { window-rule {
match app-id=r#"^discord$"# match app-id=r#"^discord$"#
match is-active=true
open-maximized true open-maximized true
} }