summarylogtreecommitdiffstats
path: root/alltray-scriptable.install
diff options
context:
space:
mode:
authorConnor Behan2015-07-01 13:15:28 -0400
committerConnor Behan2015-07-01 13:15:28 -0400
commit2caddb801fcc8d0b75666faabacc625ca6b93c88 (patch)
tree9305d77851736501409d271332e90f47ef2fe346 /alltray-scriptable.install
downloadaur-alltray-scriptable.tar.gz
Initial import
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