From 2db8d87eba4b1f1ee6139ad7ba0489faddad6f73 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 7 Apr 2020 08:45:06 +0300 Subject: [PATCH] .fvwmrc: Start PulseAudio on start and resume Right before `pavucontrol`. --- .fvwm/main.m4 | 1 + .xinitrc | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.fvwm/main.m4 b/.fvwm/main.m4 index 75de9a6..b6572e4 100644 --- a/.fvwm/main.m4 +++ b/.fvwm/main.m4 @@ -510,6 +510,7 @@ AddToFunc ResumeFunction + I GotoDeskAndPage 0 0 0 + I TERM_KOI8 + I Wait TERM ++ I Exec exec pulseaudio --start + I None ("Volume Control") PaVuControl + I Exec sleep 10; exec "$HOME"/current/projects/audio-cdr-video/audio/pa-mic-off + I XsetbgFilename diff --git a/.xinitrc b/.xinitrc index 7018cf4..b1e4f7e 100644 --- a/.xinitrc +++ b/.xinitrc @@ -63,7 +63,6 @@ xset s 300 300 # DPMS on notebook: standby - 10 minutes, suspend - 15 minutes, off - 20 minutes xset dpms 600 900 1200 -pulseaudio --start xscreensaver & xbindkeys xxkb & -- 2.39.2