From: Oleg Broytman Date: Thu, 17 Dec 2020 23:05:06 +0000 (+0300) Subject: .fvwm: Reorder suspend commands X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=sidebyside;h=0f4dc79d6fbbea0dddd98ee5e3ced118b45fa2df;p=dotfiles.git .fvwm: Reorder suspend commands --- 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