Fixed a couple of sneaky little bugs in my syntax.
This commit is contained in:
parent
12ceef2611
commit
66aaa88bc4
4
i38.sh
4
i38.sh
@ -332,10 +332,10 @@ bindsym e exec $textEditor, mode "default"
|
|||||||
bindsym f exec $fileBrowser, mode "default"
|
bindsym f exec $fileBrowser, mode "default"
|
||||||
# Web browser bound to w
|
# Web browser bound to w
|
||||||
bindsym w exec $webBrowser, mode "default"
|
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"'
|
echo 'bindsym m exec $(command -v mumble), mode "default"'
|
||||||
fi)
|
fi)
|
||||||
$(if [[ command -v pidgin &> /dev/null ; then
|
$(if command -v pidgin &> /dev/null ; then
|
||||||
echo 'bindsym p exec $(command -v pidgin), mode "default"'
|
echo 'bindsym p exec $(command -v pidgin), mode "default"'
|
||||||
fi)
|
fi)
|
||||||
# reload the configuration file
|
# reload the configuration file
|
||||||
|
Loading…
Reference in New Issue
Block a user