kitty for F12

This commit is contained in:
2026-08-27 18:09:23 +02:00
parent 4451d01c4c
commit fa56b1ee76
2 changed files with 6 additions and 0 deletions

View File

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

View File

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