|
From: <dom...@us...> - 2020-04-05 11:56:27
|
Revision: 1026
http://sourceforge.net/p/fvwm-crystal/code/1026
Author: dominique_libre
Date: 2020-04-05 11:56:26 +0000 (Sun, 05 Apr 2020)
Log Message:
-----------
add support for the Brave browser into the stay in FS workaround
Modified Paths:
--------------
ChangeLog
fvwm/components/functions/Fullscreen
Modified: ChangeLog
===================================================================
--- ChangeLog 2020-04-05 11:04:37 UTC (rev 1025)
+++ ChangeLog 2020-04-05 11:56:26 UTC (rev 1026)
@@ -5,6 +5,8 @@
dimanche 5 avril 2020
fvwm/components/functions/Mixer: fix warning.
+ fvwm/components/functions/Fullscreen: add support for the Brave browser
+ into the stay in FS workaround.
samedi 4 avril 2020
- fvwm/scripts/FvwmMPD/listsongs.sh;
Modified: fvwm/components/functions/Fullscreen
===================================================================
--- fvwm/components/functions/Fullscreen 2020-04-05 11:04:37 UTC (rev 1025)
+++ fvwm/components/functions/Fullscreen 2020-04-05 11:56:26 UTC (rev 1026)
@@ -44,9 +44,9 @@
DestroyFunc ToggleFullscreen
AddToFunc ToggleFullscreen
-+ I ThisWindow (Fullscreen, "Navigator|Firefox*|Netscape*|Vivaldi*|Konqueror*|Mozilla*") PutOutFSProp
++ I ThisWindow (Fullscreen, "Navigator|Firefox*|Netscape*|Vivaldi*|Konqueror*|Mozilla*|Brave-*") PutOutFSProp
+ I KeepRc Maximize Fullscreen
-+ I TestRc (NoMatch) ThisWindow ("Navigator|Firefox*|Netscape*|Vivaldi*|Konqueror*|Mozilla*") PutInFSProp
++ I TestRc (NoMatch) ThisWindow ("Navigator|Firefox*|Netscape*|Vivaldi*|Konqueror*|Mozilla*|Brave-*") PutInFSProp
# Disapear functions {{{1
DestroyFunc Disappear
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|