Fixed a couple of sneaky little bugs in my syntax.

This commit is contained in:
Storm Dragon 2022-11-23 20:18:58 -05:00
parent 12ceef2611
commit 66aaa88bc4

4
i38.sh
View File

@ -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