master
Daniel Napora 2021-05-23 14:54:33 +02:00
parent f7db96aac6
commit f0a8aed198
2 changed files with 5 additions and 1 deletions

View File

@ -45,10 +45,11 @@ ROWS=${rows:-6}
TITLEBAR_HEIGHT=${titlebar_height:-18}
me="mb-jgtools $jgtools_last"
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- columns\n- rows\n- gap\n- show_outer_gap'
out+=("^sep(DeskGrid)")
out+=("About DeskGrid,notify-send.sh -u critical -i mbcc 'DeskGrid - arrange your windows on the grid' '$help' -o 'Edit configuration file:geany ~/.config/deskgrid/deskgrid.cfg'")
out+=("Show image helper,drawgrid")
#out+=("About,")
out+=("^sep(Configuration)")
out+=("Columns [ <b>$COLUMNS</b> ],^checkout(columns)")
out+=("Rows [ <b>$ROWS</b> ],^checkout(rows)")

View File

@ -18,7 +18,10 @@ esac
SESSIONDIR="$HOME/.config/deskmngr/"
mkdir -p $SESSIONDIR
help='\nSave all opened windows from active desktop as session.\nRestore saved session later on desktop of your choice.\n\n (beta)'
out+=("^sep(Desktop session Manager)")
out+=("About DeskMngr,\"\"\"notify-send.sh -u critical -i mbcc 'DeskMngr - save and restore sessions' '$help'\"\"\"")
out+=("^sep(<i><small>Saved sessions </small></i>)")
i="0"
while IFS= read -r line