From: Oleg Broytman Date: Sat, 2 May 2015 16:46:04 +0000 (+0300) Subject: .fvwmrc: automatically call Raise-All after Restart X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=1b555daa840f7cd489b36427b1afd742df45f59b .fvwmrc: automatically call Raise-All after Restart --- diff --git a/.fvwm/phd.m4 b/.fvwm/phd.m4 index e4588c4..6564ac2 100644 --- a/.fvwm/phd.m4 +++ b/.fvwm/phd.m4 @@ -458,7 +458,7 @@ AddToFunc RestartFunction + I Module FvwmButtons + I Module FvwmCommandS + I Module FvwmPager 0 2 -+ I Next [!iconic CurrentScreen xterm] Focus ++ I Schedule 1000 Raise-All DestroyFunc UrgencyFunc AddToFunc UrgencyFunc diff --git a/.fvwm/restart b/.fvwm/restart index c9932a1..4268333 100755 --- a/.fvwm/restart +++ b/.fvwm/restart @@ -12,6 +12,4 @@ if ps a | grep -v grep | grep -q mplayer; then exit 0 fi -FvwmCommand Restart -sleep 3 -FvwmCommand Raise-All +exec FvwmCommand Restart