mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
moved to qutebrowser
i enjoy qutebrowser quite a lot lately :)
This commit is contained in:
parent
7d98c7685d
commit
9096236ccb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue