Compare commits

..

No commits in common. "36090ee207c8f663a9cd5eecfce6da3c76b9d2a2" and "8d8ad4ab1c0699353b71bd6f227e8e4714192bfa" have entirely different histories.

3 changed files with 6 additions and 27 deletions

View File

@ -225,9 +225,6 @@ in with lib; {
windowrule = center,pavucontrol
windowrule = float,pavucontrol
# Emacs streaming
windowrulev2 = float,title:^(emacs-streaming)$
## Scratchpads
# Alacritty

View File

@ -243,22 +243,11 @@
dependsOn = [ "plex" ];
};
# Configure podgrab - podcasts
# "podgrab" = {
# image = "akhilrex/podgrab";
# environment = { "CHECK_FREQUENCY" = "5"; };
# volumes = [ "/var/lib/podgrab:/config" "/mnt/podcasts:/assets" ];
# ports = [ "4242:8080" ];
# };
# Configure audio bookshelf
"audiobookshelf" = {
image = "ghcr.io/advplyr/audiobookshelf:latest";
ports = [ "13378:13378" ];
volumes = [
"/mnt/podcasts/audiobooks:/audiobooks"
"/mnt/podcasts/podcasts:/podcasts"
"/mnt/podcasts/metadata:/metadata"
"/var/lib/audiobookshelf:/config"
];
"podgrab" = {
image = "akhilrex/podgrab";
environment = { "CHECK_FREQUENCY" = "5"; };
volumes = [ "/var/lib/podgrab:/config" "/mnt/podcasts:/assets" ];
ports = [ "4242:8080" ];
};
};
# Make the containers depend on their mounts
@ -268,6 +257,6 @@
"podman-jellyfin" = { after = [ "mnt-music.mount" "mnt-plex.mount" ]; };
"podman-sabnzbd" = { after = [ "mnt-scratch.mount" ]; };
"podman-lidarr" = { after = [ "mnt-music.mount" ]; };
"podman-audiobookshelf" = { after = [ "mnt-podcasts.mount" ]; };
"podman-podgrab" = { after = [ "mnt-podcasts.mount" ]; };
};
}

View File

@ -1,7 +0,0 @@
#!/usr/bin/env bash
emacs --name "emacs-streaming" &
sleep 1
hyprctl dispatch resizewindowpixel exact 1829 1029,title:emacs-streaming
wait