From b3b4f2c74ba747a7979809ba12e06435ca11838a Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 21 Sep 2020 02:16:15 +0300 Subject: [PATCH] .fvwm: Add menu `OSMenu` Add user mode suspend commands. --- .fvwm/main.m4 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.fvwm/main.m4 b/.fvwm/main.m4 index 3fb994b..ff10223 100644 --- a/.fvwm/main.m4 +++ b/.fvwm/main.m4 @@ -800,9 +800,16 @@ AddToMenu RootMenu "Root Menu" Title + "XSetBg" Popup XSetBgMenu + "Fvwm Commands" Popup FvwmCommands +DestroyMenu OSMenu +AddToMenu OSMenu "OS commands:" Title ++ "Suspend to ram" Exec exec s2r ++ "Suspend to disk" Exec exec s2d ++ "Suspend to both" Exec exec s2b + # This menu will fire up some often used programs -DestroyMenu Utilities +DestroyMenu Utilities AddToMenu Utilities "Choose one:" Title ++ "OS" Popup OSMenu + "Evince" Exec LC_CTYPE=ru_RU.KOI8-R exec evince + "FBReader" Exec LC_CTYPE=ru_RU.KOI8-R exec fbreader + "" Nop -- 2.39.2