jgbrowser pipemenu upd
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Daniel Napora 2020 - 2025 <danieln@maboxlinux.org>
|
# Daniel Napora 2020 - 2026 <danieln@maboxlinux.org>
|
||||||
|
|
||||||
|
|
||||||
. "$HOME"/.config/mabox/mabox.conf
|
. "$HOME"/.config/mabox/mabox.conf
|
||||||
|
[[ "$quick_terminal" == "kitty" ]] && TERMINAL="kitty" || TERMINAL="exo-open --launch TerminalEmulator"
|
||||||
|
|
||||||
if [ -f "$HOME/.config/gtk-3.0/bookmarks" ];then
|
if [ -f "$HOME/.config/gtk-3.0/bookmarks" ];then
|
||||||
BOOKMARKS="$HOME/.config/gtk-3.0/bookmarks"
|
BOOKMARKS="$HOME/.config/gtk-3.0/bookmarks"
|
||||||
else
|
else
|
||||||
@@ -67,7 +71,8 @@ else
|
|||||||
fi
|
fi
|
||||||
printf "%b\n" "^sep(<small><i>${DIRECTORY:-/}</i></small>)"
|
printf "%b\n" "^sep(<small><i>${DIRECTORY:-/}</i></small>)"
|
||||||
printf "%b\n" "<big></big> $OPENDIR,${JGMENU_RESOURCE_OPENER} \"${DIRECTORY:-/}\""
|
printf "%b\n" "<big></big> $OPENDIR,${JGMENU_RESOURCE_OPENER} \"${DIRECTORY:-/}\""
|
||||||
printf "%b\n" "<big></big> $OPENTERM,exo-open --launch TerminalEmulator --working-directory=\"${DIRECTORY:-/}\""
|
# printf "%b\n" "<big></big> $OPENTERM,exo-open --launch TerminalEmulator --working-directory=\"${DIRECTORY:-/}\""
|
||||||
|
printf "%b\n" "<big></big> $OPENTERM,${TERMINAL} --working-directory=\"${DIRECTORY:-/}\""
|
||||||
|
|
||||||
|
|
||||||
if [[ "${2}" == "-q" ]];then
|
if [[ "${2}" == "-q" ]];then
|
||||||
|
|||||||
Reference in New Issue
Block a user