jgdeskgrid - tiling trainer
parent
4ca5cbf762
commit
81179c3b50
|
@ -8,6 +8,7 @@ case $LANG in
|
|||
help='\n\nUżyj <b>Ctrl+Shift+Keypad_Keys</b> aby umieszczać okna na siatce\n<b>Ctrl+Shift+LeftMouseClick</b> w odpowiednim miejscu okna - aby przemieścić je w wybranym kierunku.\nZobacz: <a href="https://youtu.be/UzgUYYXnRww">filmik na YT</a>\n\nJeśli potrzebujesz większej kontroli nad pozycją i rozmiarem okien na siatce - użyj <b>super + LeftMouseClick</b> na wybranym oknie a następnie zaznacz prostokąt na ekranie - aby umieścić okno w danej pozycji.\nZobacz: <a href="https://youtu.be/Ba_lV-M0I2o">filmik na YT</a>\n\nKonfigurowalne usatwienia:\n- odstęp\n- odstęp zewnętrzny'
|
||||
ABOUT="O DesktopGrid"
|
||||
SHOW_IMGHELPER="Pokaż siatkę na pulpicie"
|
||||
QUICK_TILE="Trener szybkiego tilingu"
|
||||
CONFIGURATION="Konfiguracja"
|
||||
LCOLUMNS="Kolumny"
|
||||
LROWS="Wiersze"
|
||||
|
@ -23,6 +24,7 @@ case $LANG in
|
|||
help='\n\nUse <b>Ctrl+Shift+Keypad_Keys</b> to move windows on the grid\n<b>Ctrl+Shift+LeftMouseClick</b> on appropriate area of the window to snap it in a given direction.\nSee: <a href="https://youtu.be/UzgUYYXnRww">video on YT</a>\n\n If you need even more control of windows size and position on the grid - use <b>super + LeftMouseClick</b> on window and then draw rectangle on the screen to select new window size and position.\nSee: <a href="https://youtu.be/Ba_lV-M0I2o">deskgrid preview on YT</a>\n\nConfigurable settings:\n- gap\n- show_outer_gap'
|
||||
ABOUT="About DesktopGrid"
|
||||
SHOW_IMGHELPER="Show image helper"
|
||||
QUICK_TILE="Quick tiling trainer"
|
||||
CONFIGURATION="Configuration"
|
||||
LCOLUMNS="Columns"
|
||||
LROWS="Rows"
|
||||
|
@ -38,6 +40,7 @@ case $LANG in
|
|||
help='\n\nUse <b>Ctrl+Shift+Keypad_Keys</b> to move windows on the grid\n<b>Ctrl+Shift+LeftMouseClick</b> on appropriate area of the window to snap it in a given direction.\nSee: <a href="https://youtu.be/UzgUYYXnRww">video on YT</a>\n\n If you need even more control of windows size and position on the grid - use <b>super + LeftMouseClick</b> on window and then draw rectangle on the screen to select new window size and position.\nSee: <a href="https://youtu.be/Ba_lV-M0I2o">deskgrid preview on YT</a>\n\nConfigurable settings:\n- gap\n- show_outer_gap'
|
||||
ABOUT="About DesktopGrid"
|
||||
SHOW_IMGHELPER="Show image helper"
|
||||
QUICK_TILE="Quick tiling trainer"
|
||||
CONFIGURATION="Configuration"
|
||||
LCOLUMNS="Columns"
|
||||
LROWS="Rows"
|
||||
|
@ -79,6 +82,7 @@ me="jgdeskgrid -s"
|
|||
out+=("^sep(DesktopGrid)")
|
||||
out+=("$ABOUT,notify-send.sh -u critical -i mbcc '$title' '$help' -o '$SHOW_IMGHELPER:drawgrid' -o '$EDITCONF:geany ~/.config/deskgrid/deskgrid.cfg'")
|
||||
out+=("$SHOW_IMGHELPER,drawgrid")
|
||||
out+=("$QUICK_TILE,yhtml /usr/share/mabox/help/Quick_tiling.html 'Mabox Quick tiling trainer - Ctrl + Shift + click'")
|
||||
out+=("^sep($CONFIGURATION)")
|
||||
#out+=("$LCOLUMNS [ <b>$COL</b> ],^checkout(columns)")
|
||||
#out+=("$LROWS [ <b>$ROWS</b> ],^checkout(rows)")
|
||||
|
|
Loading…
Reference in New Issue