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