diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-01-04 22:40:55 -0500 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-01-04 22:40:55 -0500 |
| commit | 67bd380ad4a43ee9ed084b701ed2c685564a7fa2 (patch) | |
| tree | ef9b20b6a73454c3185cd328260e94fc4627d92a | |
| parent | ca1dda2c86cd2d1e71a7deabbf980d1e004811c0 (diff) | |
pulseaudio utils and file to stop pulse from starting
| -rw-r--r-- | home-config/home-configuration.scm | 4 | ||||
| -rw-r--r-- | home-config/pulseaudio/client.conf | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index faa5c8d..5c4eb8b 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
| @@ -36,6 +36,8 @@ | |||
| 36 | "libnotify" | 36 | "libnotify" |
| 37 | "fzf" | 37 | "fzf" |
| 38 | "waypipe" | 38 | "waypipe" |
| 39 | "pulseaudio" ;only for pactl | ||
| 40 | "qpwgraph" | ||
| 39 | "gnunet" | 41 | "gnunet" |
| 40 | "ffmpeg" | 42 | "ffmpeg" |
| 41 | "qrencode" | 43 | "qrencode" |
| @@ -52,6 +54,7 @@ | |||
| 52 | "libreoffice" | 54 | "libreoffice" |
| 53 | "flatpak" | 55 | "flatpak" |
| 54 | "gnupg" | 56 | "gnupg" |
| 57 | "spotifyd" | ||
| 55 | "lsof" | 58 | "lsof" |
| 56 | "pavucontrol" | 59 | "pavucontrol" |
| 57 | "netcat" | 60 | "netcat" |
| @@ -125,6 +128,7 @@ | |||
| 125 | ("sway" ,(local-file "sway" #:recursive? #t)) | 128 | ("sway" ,(local-file "sway" #:recursive? #t)) |
| 126 | ("hypr" ,(local-file "hypr" #:recursive? #t)) | 129 | ("hypr" ,(local-file "hypr" #:recursive? #t)) |
| 127 | ("foot" ,(local-file "foot" #:recursive? #t)) | 130 | ("foot" ,(local-file "foot" #:recursive? #t)) |
| 131 | ("pulse/client.conf" ,(local-file "pulseaudio/client.conf")) | ||
| 128 | ("waybar" ,(local-file "waybar" #:recursive? #t)) | 132 | ("waybar" ,(local-file "waybar" #:recursive? #t)) |
| 129 | ("alacritty" ,(local-file "alacritty" #:recursive? #t)) | 133 | ("alacritty" ,(local-file "alacritty" #:recursive? #t)) |
| 130 | ("aerc" ,(local-file "aerc" #:recursive? #t)) | 134 | ("aerc" ,(local-file "aerc" #:recursive? #t)) |
diff --git a/home-config/pulseaudio/client.conf b/home-config/pulseaudio/client.conf new file mode 100644 index 0000000..207e152 --- /dev/null +++ b/home-config/pulseaudio/client.conf | |||
| @@ -0,0 +1 @@ | |||
| autospawn = no | |||
