From 81179c3b509ca0d187985ef17257f206a1dfcbf2 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Thu, 24 Feb 2022 03:03:33 +0100 Subject: [PATCH] jgdeskgrid - tiling trainer --- usr/bin/jgdeskgrid | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usr/bin/jgdeskgrid b/usr/bin/jgdeskgrid index a8ce92c..6081923 100755 --- a/usr/bin/jgdeskgrid +++ b/usr/bin/jgdeskgrid @@ -8,6 +8,7 @@ case $LANG in help='\n\nUżyj Ctrl+Shift+Keypad_Keys aby umieszczać okna na siatce\nCtrl+Shift+LeftMouseClick w odpowiednim miejscu okna - aby przemieścić je w wybranym kierunku.\nZobacz: filmik na YT\n\nJeśli potrzebujesz większej kontroli nad pozycją i rozmiarem okien na siatce - użyj super + LeftMouseClick na wybranym oknie a następnie zaznacz prostokąt na ekranie - aby umieścić okno w danej pozycji.\nZobacz: filmik na YT\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 Ctrl+Shift+Keypad_Keys to move windows on the grid\nCtrl+Shift+LeftMouseClick on appropriate area of the window to snap it in a given direction.\nSee: video on YT\n\n If you need even more control of windows size and position on the grid - use super + LeftMouseClick on window and then draw rectangle on the screen to select new window size and position.\nSee: deskgrid preview on YT\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 Ctrl+Shift+Keypad_Keys to move windows on the grid\nCtrl+Shift+LeftMouseClick on appropriate area of the window to snap it in a given direction.\nSee: video on YT\n\n If you need even more control of windows size and position on the grid - use super + LeftMouseClick on window and then draw rectangle on the screen to select new window size and position.\nSee: deskgrid preview on YT\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 [ $COL ],^checkout(columns)") #out+=("$LROWS [ $ROWS ],^checkout(rows)")