Fixed a bug launching web browser.
This commit is contained in:
parent
9ddc6e73d2
commit
52afc93472
4
i38.sh
4
i38.sh
@ -158,7 +158,7 @@ if [ "$programList" != "${programList// /}" ]; then
|
|||||||
else
|
else
|
||||||
webBrowser="${programList/#-/}"
|
webBrowser="${programList/#-/}"
|
||||||
fi
|
fi
|
||||||
webBrowser="$(command -v webBrowser)"
|
webBrowser="$(command -v $webBrowser)"
|
||||||
# Text editor
|
# Text editor
|
||||||
unset programList
|
unset programList
|
||||||
for i in geany gedit kate kwrite l3afpad leafpad libreoffice mousepad pluma ; do
|
for i in geany gedit kate kwrite l3afpad leafpad libreoffice mousepad pluma ; do
|
||||||
@ -336,6 +336,8 @@ 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)
|
||||||
|
# Restart orca
|
||||||
|
bindsym Shift+o exec $(command -v orca) --replace, mode "default"
|
||||||
# reload the configuration file
|
# reload the configuration file
|
||||||
bindsym Control+semicolon exec bash -c 'i3-msg -t run_command reload && spd-say -P important -Cw "I38 Configuration reloaded."', mode "default"
|
bindsym Control+semicolon exec bash -c 'i3-msg -t run_command reload && spd-say -P important -Cw "I38 Configuration reloaded."', mode "default"
|
||||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||||
|
Loading…
Reference in New Issue
Block a user