aboutsummarylogtreecommitdiffstats
path: root/nwd-i3-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'nwd-i3-git.install')
-rw-r--r--nwd-i3-git.install5
1 files changed, 3 insertions, 2 deletions
diff --git a/nwd-i3-git.install b/nwd-i3-git.install
index fbbb5ad5c622..04cce04f2178 100644
--- a/nwd-i3-git.install
+++ b/nwd-i3-git.install
@@ -1,6 +1,7 @@
post_install() {
- echo "==> To complete installation, add the following line to your bashrc"
- echo '==> [[ -f /usr/share/nwd/preexec.sh ]] && . /usr/share/nwd/preexec.sh'
+ echo "==> To complete installation, add the following lines to your bashrc"
+ echo ' [[ -S /run/user/$USER/i3/ipc-socket.$(pidof i3) && -f /usr/share/nwd/preexec.sh ]] \'
+ echo ' && . /usr/share/nwd/preexec.sh'
echo '==> and restart bash'
}