From 59f07db6ac6014ae73011ad92fe7322f1b2cd802 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Tue, 6 May 2025 11:26:27 -0400 Subject: [PATCH] Set WirePlumber volume to 25% on startup --- README.org | 5 +++-- hyprland.conf | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 98b33d8..51c2170 100644 --- a/README.org +++ b/README.org @@ -10,7 +10,7 @@ - [[#variables][Variables]] - [[#autostart][Autostart]] - [[#background-processes][Background Processes]] - - [[#display--compositor-setup][Display / Compositor Setup]] + - [[#desktop-setup][Desktop Setup]] - [[#applications][Applications]] - [[#environment-variables][Environment Variables]] - [[#permissions][Permissions]] @@ -148,12 +148,13 @@ exec-once = uwsm app -- wl-paste --type text --watch cliphist store & exec-once = uwsm app -- wl-paste --type image --watch cliphist store & #+END_SRC -*** Display / Compositor Setup +*** Desktop Setup #+BEGIN_SRC conf :tangle hyprland.conf exec-once = uwsm app -- shikane & exec-once = uwsm app -- $HOME/.azotebg-hyprland & exec-once = uwsm app -- gammastep -x & +exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% & #+END_SRC *** Applications diff --git a/hyprland.conf b/hyprland.conf index 877789d..11b6a00 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -14,6 +14,7 @@ exec-once = uwsm app -- wl-paste --type image --watch cliphist store & exec-once = uwsm app -- shikane & exec-once = uwsm app -- $HOME/.azotebg-hyprland & exec-once = uwsm app -- gammastep -x & +exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% & exec-once = uwsm app -- blueman-applet & exec-once = uwsm app -- nm-applet &