diff --git a/bin/mb-jgtools b/bin/mb-jgtools
index 82767f8..e113057 100755
--- a/bin/mb-jgtools
+++ b/bin/mb-jgtools
@@ -293,14 +293,14 @@ $TIME_DATE,manjaro-settings-manager -m msm_timedate,system-config-date
$KEYBOARD,manjaro-settings-manager -m msm_keyboard,preferences-desktop-keyboard
$HARDWARE,manjaro-settings-manager -m msm_mhwd,preferences-desktop-peripherals-directory
^sep()
- $BACK,^back()
+⮜ $BACK,^back()
^tag(mirrory)
$FAST pacman-mirrors -f5,^term(sudo pacman-mirrors -f5)
$ALL pacman-mirrors -i -c all,^term(sudo pacman-mirrors -i -c all)
$GEOIP pacman-mirrors -i --geoip,^term(sudo pacman-mirrors -i --geoip)
^sep()
- $BACK,^back()
+⮜ $BACK,^back()
^tag(wyglad)
^sep($LOOK_AND_FEEL)
@@ -318,7 +318,7 @@ $COMPOSER,^pipe(jgmenu_run ob --cmd='mabox-compositor' --tag='Kompo'),compton
^sep($MABOX_THEMES)
$THEME_MNGR,mb-obthemes,preferences-desktop-theme
^sep()
- $BACK,^back()
+⮜ $BACK,^back()
^tag(weblinks)
^sep($ONLINE_RES)
@@ -350,7 +350,7 @@ Conky ArchWiki,exo-open --launch WebBrowser https://wiki.archlinux.org/index.php
. $HOME/.config/mabox/online-resources.csv
^sep()
- $BACK,^back()
+⮜ $BACK,^back()
EOF
@@ -529,21 +529,21 @@ cat < ${MENU_ITEMS}
$SEC5,scrot -d 5 $IMG -e $VIEW
$SEC10,scrot -d 10 $IMG -e $VIEW
^sep()
- $BACK,^back()
+ ⮜ $BACK,^back()
^tag(window)
^sep($ACTIVE_WIN )
$NOW,scrot -d 1 -u -b $IMG -e $VIEW
$SEC5,scrot -d 5 -u -b $IMG -e $VIEW
$SEC10,scrot -d 10 -u -b $IMG -e $VIEW
^sep()
- $BACK,^back()
+ ⮜ $BACK,^back()
^tag(borderless)
^sep($ACTIVE_WIN_NO_DECOR)
$NOW,scrot -d 1 -u $IMG -e $VIEW
$SEC5,scrot -d 5 -u $IMG -e $VIEW
$SEC10,scrot -d 10 -u $IMG -e $VIEW
^sep()
- $BACK,^back()
+ ⮜ $BACK,^back()
EOF
jgmenu --config-file=${CONFIG_FILE} --csv-file=${MENU_ITEMS} 2>/dev/null
}