kitty for F12
This commit is contained in:
@@ -6,9 +6,12 @@
|
|||||||
|
|
||||||
. $HOME/.config/mabox/mabox.conf
|
. $HOME/.config/mabox/mabox.conf
|
||||||
if [ $quick_terminal == "kitty" ];then
|
if [ $quick_terminal == "kitty" ];then
|
||||||
|
if command -v kitty >/dev/null 2>&1
|
||||||
|
then
|
||||||
jumpapp -m q-term
|
jumpapp -m q-term
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
GEOMETRY_FILE="$HOME/.config/mabox/.quake-term"
|
GEOMETRY_FILE="$HOME/.config/mabox/.quake-term"
|
||||||
|
|||||||
@@ -6,9 +6,12 @@
|
|||||||
|
|
||||||
. $HOME/.config/mabox/mabox.conf
|
. $HOME/.config/mabox/mabox.conf
|
||||||
if [ $quick_terminal == "kitty" ];then
|
if [ $quick_terminal == "kitty" ];then
|
||||||
|
if command -v kitty >/dev/null 2>&1
|
||||||
|
then
|
||||||
jumpapp -m q-term
|
jumpapp -m q-term
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user