jgkeys-pipe

master
Daniel Napora 2020-10-02 00:18:00 +02:00
parent 21d264555b
commit 35ba5a4f7d
1 changed files with 9 additions and 2 deletions

View File

@ -15,6 +15,7 @@ case $LANG in
COMPOSITOR="wł/wył Picom" COMPOSITOR="wł/wył Picom"
WINDOWS="Okna" WINDOWS="Okna"
HALF="połowa ekranu" HALF="połowa ekranu"
ARROWS="Strzałki"
SHOW_DESKTOP="pokaż pulpit" SHOW_DESKTOP="pokaż pulpit"
PANELS="Menu/Panele boczne" PANELS="Menu/Panele boczne"
@ -28,7 +29,7 @@ case $LANG in
HELPERS="Pomocnicy" HELPERS="Pomocnicy"
HISTORY="Ściągawka z historii" HISTORY="Ściągawka z historii"
ESPANSO="Espanso - text expander" ESPANSO="Espanso - text expander"
JGTILE="Kafelkowanie okien"
REMOVE="Usuń to menu z panelu" REMOVE="Usuń to menu z panelu"
;; ;;
@ -44,6 +45,7 @@ case $LANG in
COMPOSITOR="activa/desact compositor" COMPOSITOR="activa/desact compositor"
WINDOWS="VENTANAS" WINDOWS="VENTANAS"
HALF="1/2 pantalla" HALF="1/2 pantalla"
ARROWS="Arrows"
SHOW_DESKTOP="mostrar escritorio" SHOW_DESKTOP="mostrar escritorio"
PANELS="Paneles Laterales" PANELS="Paneles Laterales"
@ -58,6 +60,7 @@ case $LANG in
HELPERS="Ayudantes" HELPERS="Ayudantes"
HISTORY="Historia breve" HISTORY="Historia breve"
ESPANSO="Espanso - text expander" ESPANSO="Espanso - text expander"
JGTILE="Tiling helper"
REMOVE="Eliminar este menú del panel" REMOVE="Eliminar este menú del panel"
;; ;;
@ -73,6 +76,7 @@ case $LANG in
COMPOSITOR="toggle Picom (Compositor)" COMPOSITOR="toggle Picom (Compositor)"
WINDOWS="Windows" WINDOWS="Windows"
HALF="Half screen" HALF="Half screen"
ARROWS="Arrows"
SHOW_DESKTOP="Show desktop" SHOW_DESKTOP="Show desktop"
PANELS="Menu/SidePanels" PANELS="Menu/SidePanels"
@ -86,6 +90,7 @@ case $LANG in
HELPERS="Helpers" HELPERS="Helpers"
HISTORY="History helper" HISTORY="History helper"
ESPANSO="Espanso - text expander" ESPANSO="Espanso - text expander"
JGTILE="Tiling helper"
REMOVE="Remove this menu from panel" REMOVE="Remove this menu from panel"
;; ;;
@ -114,9 +119,11 @@ out+=("$(printf "<tt>%-10s</tt> %s,%s" "W-tab" "$RIGHT" "mb-jgtools right")")
out+=("^sep($WINDOWS)") out+=("^sep($WINDOWS)")
out+=("$(printf "<tt>%-10s</tt> %s,%s" "W-d" "$SHOW_DESKTOP" show_desktop)") out+=("$(printf "<tt>%-10s</tt> %s,%s" "W-d" "$SHOW_DESKTOP" show_desktop)")
out+=("$(printf "<tt>%-10s</tt> %s,%s" "W-Arrows" "$HALF")") out+=("$(printf "<tt>%-10s</tt> %s,%s" "W-$ARROWS" "$HALF")")
out+=("^sep($HELPERS)") out+=("^sep($HELPERS)")
out+=("$(printf "<tt>%-10s</tt> %s,%s" "W-A-t" "$JGTILE" "jgtile")")
out+=("$(printf "<tt>%-10s</tt> %s,%s" "W-A-h" "$HISTORY" "jghistory-pipe -s")") out+=("$(printf "<tt>%-10s</tt> %s,%s" "W-A-h" "$HISTORY" "jghistory-pipe -s")")
out+=("$(printf "<tt>%-10s</tt> %s,%s" "W-A-e" "$ESPANSO" "jgespanso-pipe -s")") out+=("$(printf "<tt>%-10s</tt> %s,%s" "W-A-e" "$ESPANSO" "jgespanso-pipe -s")")
### RUN ### RUN