diff --git a/helpers/make-mate-tweak b/helpers/make-mate-tweak
index e288601582b80df8ab71179bb1cec0e25f65c5c4..bf2f713daf1ab1978ee0359ce070fd40a17eabdc 100644
--- a/helpers/make-mate-tweak
+++ b/helpers/make-mate-tweak
@@ -1,6 +1,7 @@
 #!/bin/sh
 #
 #    Copyright (C) 2019  Mason Hock <mason@masonhock.com>
+#    Copyright (C) 2020  Ruben Rodriguez <ruben@trisquel.info>
 #
 #    This program is free software; you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -17,7 +18,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=3
+VERSION=4
 
 . ./config
 
@@ -34,6 +35,9 @@ sed '/config \/dev\/null/d' -i marco-compton
 sed 's/-r 10 -o 0.225 -l -12 -t -12/-r 6 -o 0.6 -l -9 -t -9/' -i marco-compton
 sed "s/_GTK_FRAME_EXTENTS@:c/argb \&\& ! window_type *= 'menu'/" -i marco-compton
 
+# Add Trisquel to layout list
+sed 's/fedora/trisquel/g; s/Fedora/Trisquel/' -i mate-tweak
+
 changelog "Add Trisquel as panel layout option"
 
 compile