Kitty as default for quake terminal (F12)

This commit is contained in:
2026-08-27 15:11:14 +02:00
parent 4662cae686
commit 39dad733fd
2 changed files with 15 additions and 0 deletions

View File

@@ -4,6 +4,13 @@
# "Show-Hide" terminal wrapper for terminator for use with keybind eg. C-~ or F12. # "Show-Hide" terminal wrapper for terminator for use with keybind eg. C-~ or F12.
# Depenging on actual state it will start, show or hide terminal window. # Depenging on actual state it will start, show or hide terminal window.
. $HOME/.config/mabox/mabox.conf
if [ $quick_terminal == "kitty" ];then
jumpapp -m q-term
exit 0
fi
GEOMETRY_FILE="$HOME/.config/mabox/.quake-term" GEOMETRY_FILE="$HOME/.config/mabox/.quake-term"
NAME="Quake Term" NAME="Quake Term"

View File

@@ -4,6 +4,14 @@
# "Show-Hide" terminal wrapper for terminator for use with keybind eg. C-~ or F12. # "Show-Hide" terminal wrapper for terminator for use with keybind eg. C-~ or F12.
# Depenging on actual state it will start, show or hide terminal window. # Depenging on actual state it will start, show or hide terminal window.
. $HOME/.config/mabox/mabox.conf
if [ $quick_terminal == "kitty" ];then
jumpapp -m q-term
exit 0
fi
GEOMETRY_FILE="$HOME/.config/.quake-term" GEOMETRY_FILE="$HOME/.config/.quake-term"
NAME="Quake Term" NAME="Quake Term"