mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
Compare commits
No commits in common. "da022b899f448bd034a1268e0d9f1136778aaffd" and "7d98c7685d15a37182e3033834f7eaffe4f0205f" have entirely different histories.
da022b899f
...
7d98c7685d
4 changed files with 5 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# kittysay ">:3"
|
||||
kittysay "meow, what r we doin 2day :3"
|
||||
eval "$(zoxide init bash)"
|
||||
eval "$(direnv hook bash)"
|
||||
|
||||
|
|
|
@ -579,7 +579,7 @@ environment {
|
|||
}
|
||||
|
||||
// apps to launch at startup
|
||||
spawn-at-startup "qutebrowser"
|
||||
spawn-at-startup "zen-beta"
|
||||
spawn-at-startup "vesktop"
|
||||
spawn-at-startup "beeper"
|
||||
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#"^vesktop$"#
|
||||
match at-startup=true app-id=r#"^Beeper$"#
|
||||
match at-startup=true app-id=r#"^cinny$"#
|
||||
open-on-workspace "chat"
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id=r#"^discord$"#
|
||||
match is-active=true
|
||||
open-maximized true
|
||||
}
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
## This is here so configs done via the GUI are still loaded.
|
||||
## Remove it to not load settings done via the GUI.
|
||||
config.load_autoconfig(True)
|
||||
# config.load_autoconfig(True)
|
||||
|
||||
## Aliases for commands. The keys of the given dictionary are the
|
||||
## aliases, while the values are the commands they map to.
|
||||
|
|
|
@ -87,7 +87,6 @@
|
|||
rsync
|
||||
obsidian
|
||||
papirus-icon-theme
|
||||
nvimpager
|
||||
# # You can also create simple shell scripts directly inside your
|
||||
# # configuration. For example, this adds a command 'my-hello' to your
|
||||
# # environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue