commit c6b6b39e760b8475957f297e7e7510d6ef3c18e8
parent c7c95ed28859fac6cbfdc4aab21c7a7f708835cf
Author: Chris Bracken <chris@bracken.jp>
Date: Sat, 8 Dec 2018 11:01:27 -0800
Use /bin/sh for i3 exit check script
This script doesn't rely on bash-specific features, so no reason to
cause problems on systems without bash installed.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.i3/exit_check.sh b/.i3/exit_check.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Use dmenu to check if the user wants to exit i3.