mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-10-02 06:54:49 +02:00
more stuff for buldak
This commit is contained in:
parent
2016bc4319
commit
9293a8e813
4 changed files with 49 additions and 13 deletions
|
@ -579,18 +579,18 @@ environment {
|
|||
}
|
||||
|
||||
// apps to launch at startup
|
||||
spawn-at-startup "qutebrowser"
|
||||
spawn-at-startup "discord"
|
||||
spawn-at-startup "beeper"
|
||||
spawn-at-startup "cinny"
|
||||
spawn-at-startup "footclient" "nvim" "~/Documents/Notes"
|
||||
spawn-at-startup "cider"
|
||||
|
||||
clipboard {
|
||||
disable-primary
|
||||
}
|
||||
|
||||
workspace "code"
|
||||
workspace "internet"
|
||||
workspace "chat"
|
||||
workspace "code "
|
||||
workspace "internet "
|
||||
workspace "chat "
|
||||
workspace "music "
|
||||
|
||||
window-rule {
|
||||
match at-startup=true app-id=r#"^discord$"#
|
||||
|
@ -611,6 +611,11 @@ window-rule {
|
|||
open-on-workspace "internet"
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match at-startup=true app-id=r#"Cider$"#
|
||||
open-on-workspace "music"
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id=r#"mpv$"#
|
||||
open-floating true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue