summarylogtreecommitdiffstats
path: root/alltray-scriptable.install
diff options
context:
space:
mode:
Diffstat (limited to 'alltray-scriptable.install')
-rw-r--r--alltray-scriptable.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/alltray-scriptable.install b/alltray-scriptable.install
new file mode 100644
index 000000000000..60c19bd4ee22
--- /dev/null
+++ b/alltray-scriptable.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo ">> To make alltrays running a command close or undock gracefully,"
+ echo ">> tocuh /etc/alltray/<command>/{close, undock}. Remember to delete it after."
+ echo ">> Basically this just makes it so you don't have to click the tray."
+}
+
+op=$1
+shift
+
+$op $* \ No newline at end of file