kitty as option for F12
This commit is contained in:
@@ -273,6 +273,14 @@ out2+=(" $_ADD_DESKTOP,obxml desktops $((desktops+1));$me desktop")
|
|||||||
|
|
||||||
out+=("^sep()")
|
out+=("^sep()")
|
||||||
out+=("<big> </big> $_CURSOR,^pipe(jgcursor)")
|
out+=("<big> </big> $_CURSOR,^pipe(jgcursor)")
|
||||||
|
if command -v kitty >/dev/null 2>&1
|
||||||
|
then
|
||||||
|
out+=("Quick Access Terminal (<b>F12</b>),^checkout(qterm)")
|
||||||
|
out2+=("^tag(qterm)")
|
||||||
|
out2+=("^sep(Quick Access Terminal)")
|
||||||
|
[[ "$quick_terminal" == "kitty" ]] && out2+=("<big>${ron}</big> kitty") || out2+=("<big>${roff}</big> kitty,mb-setvar quick_terminal=kitty;$me desktop")
|
||||||
|
[[ "$quick_terminal" != "kitty" ]] && out2+=("<big>${ron}</big> terminator") || out2+=("<big>${roff}</big> terminator,mb-setvar quick_terminal=terminator;$me desktop")
|
||||||
|
fi
|
||||||
out+=("^sep($_TOOLS)")
|
out+=("^sep($_TOOLS)")
|
||||||
out+=("$_PANEL_SETTINGS,jgtint2-pipe -s")
|
out+=("$_PANEL_SETTINGS,jgtint2-pipe -s")
|
||||||
out+=("<big></big> $_FONTS,colorizer-fonts -s")
|
out+=("<big></big> $_FONTS,colorizer-fonts -s")
|
||||||
|
|||||||
Reference in New Issue
Block a user