]> git.phdru.name Git - dotfiles.git/commitdiff
.fvwm: Reorder suspend commands
authorOleg Broytman <phd@phdru.name>
Thu, 17 Dec 2020 23:05:06 +0000 (02:05 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 18 Dec 2020 16:01:58 +0000 (19:01 +0300)
.fvwm/main.m4

index 4d04e669064145890f8e6b55204963267b7ccb1a..b2321b54fdd0537f8fc6fa733ccf431aaba19279 100644 (file)
@@ -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