From 66aaa88bc490e8824c497cdad6fde3d6f7f3acef Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 23 Nov 2022 20:18:58 -0500 Subject: [PATCH] Fixed a couple of sneaky little bugs in my syntax. --- i38.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i38.sh b/i38.sh index 9bd6df5..f186ffa 100755 --- a/i38.sh +++ b/i38.sh @@ -332,10 +332,10 @@ bindsym e exec $textEditor, mode "default" bindsym f exec $fileBrowser, mode "default" # Web browser bound to w bindsym w exec $webBrowser, mode "default" -$(if [[ command -v mumble &> /dev/null ; then +$(if command -v mumble &> /dev/null ; then echo 'bindsym m exec $(command -v mumble), mode "default"' fi) -$(if [[ command -v pidgin &> /dev/null ; then +$(if command -v pidgin &> /dev/null ; then echo 'bindsym p exec $(command -v pidgin), mode "default"' fi) # reload the configuration file