summarylogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100644
index 000000000000..8d178504588c
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,7 @@
+post_install() {
+ echo "Enable the plugin (none | application | window):"
+ echo ""
+ echo " gsettings set org.pantheon.desktop.gala.layout-per-window save-type application"
+ echo ""
+ echo "Alse see https://github.com/Dirli/gala-layoutpw-plugin#readme"
+}