From 0f4dc79d6fbbea0dddd98ee5e3ced118b45fa2df Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 18 Dec 2020 02:05:06 +0300 Subject: [PATCH] .fvwm: Reorder suspend commands --- .fvwm/main.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.fvwm/main.m4 b/.fvwm/main.m4 index 4d04e66..b2321b5 100644 --- a/.fvwm/main.m4 +++ b/.fvwm/main.m4 @@ -802,9 +802,9 @@ AddToMenu RootMenu "Root Menu" Title 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 ++ "Suspend to disk" Exec exec s2d ++ "Suspend to ram" Exec exec s2r # This menu will fire up some often used programs DestroyMenu Utilities -- 2.39.2