From 952722c7b1b8e8cfa0454a211f168aaef4e25850 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 18 Jul 2020 20:12:30 +0200 Subject: Commit --- .config/bspwm/README.org | 3 +-- .config/bspwm/bspwmrc | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.config/bspwm') diff --git a/.config/bspwm/README.org b/.config/bspwm/README.org index bfe55d9..f9543c5 100644 --- a/.config/bspwm/README.org +++ b/.config/bspwm/README.org @@ -20,8 +20,7 @@ * The shebang For my ~bspwm~ init script, I am using the ~dash~ shell for it is very fast. - #+BEGIN_SRC shell -#!/usr/local/bin/dash + #+BEGIN_SRC shell :shebang #!/usr/local/bin/dash #+END_SRC * Restart safety diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 3566e84..934d4be 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -1,5 +1,6 @@ #!/usr/local/bin/dash + run() { if ! pgrep "$1"; then -- cgit v1.2.3