From 6556642ab508581b9d22d340bcd8ddf79403f2bc Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 20 May 2020 21:11:38 +0300 Subject: [PATCH] Feat(.fvwmrc): Open iconic Firefox window back This reverts commit aad7389cd958624dcf0e64be47e70e2776f4cbc0. --- .fvwm/main.m4 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.fvwm/main.m4 b/.fvwm/main.m4 index fe687bd..4f15734 100644 --- a/.fvwm/main.m4 +++ b/.fvwm/main.m4 @@ -604,8 +604,11 @@ AddToFunc Term-Phdru-Big I GotoDeskAndPage 1 0 1 DestroyFunc FireFox AddToFunc FireFox I Any ("*Mozilla Firefox") Break + I GotoDeskAndPage 1 0 0 -+ I Exec LC_CTYPE=ru_RU.KOI8-R exec start-browser firefox ++ I Exec exec start-browser firefox + I Wait "*Mozilla Firefox" ++ I Exec exec firefox --new-window ++ I Wait "*Mozilla Firefox" ++ I Next ("*Mozilla Firefox") Iconify true DestroyFunc Gajim AddToFunc Gajim I GotoDeskAndPage 1 1 0 -- 2.39.2