Kitty as default for quake terminal (F12)
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user