From 27036bc4aad916ea0aa46ef196d2cde04266f4d1 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 13 Mar 2026 20:45:58 +0300 Subject: [PATCH] Feat(.fvwmrc): Add 100% brightness/volume --- .fvwm/main.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.fvwm/main.m4 b/.fvwm/main.m4 index 0f2e6bd..63a6c97 100644 --- a/.fvwm/main.m4 +++ b/.fvwm/main.m4 @@ -917,6 +917,7 @@ AddToMenu Brightness "Current:" Popup CurrentBrightness + "Normal (50%)" Exec exec LCD% 50 + "Bright (60%)" Exec exec LCD% 60 + "Extra (80%)" Exec exec LCD% 80 ++ "Full (100%)" Exec exec LCD% 100 DestroyFunc CurrentVolume AddToFunc CurrentVolume @@ -934,6 +935,7 @@ AddToMenu Volume "Current:" Popup CurrentVolume + "Normal (50%)" Exec exec "$HOME"/current/projects/audio-cdr-video/audio/pa-volume set 32768 + "Loud (60%)" Exec exec "$HOME"/current/projects/audio-cdr-video/audio/pa-volume set 39322 + "Very loud (80%)" Exec exec "$HOME"/current/projects/audio-cdr-video/audio/pa-volume set 52429 ++ "Full (100%)" Exec exec "$HOME"/current/projects/audio-cdr-video/audio/pa-volume set 65535 + "pavucontrol" PaVuControl DestroyMenu BrBrVol -- 2.47.3