diff --git a/.config/flameshot/flameshot.ini##template b/.config/flameshot/flameshot.ini##template deleted file mode 100644 index 5d57333..0000000 --- a/.config/flameshot/flameshot.ini##template +++ /dev/null @@ -1,42 +0,0 @@ -[General] -disabledTrayIcon=false -drawColor=#ff0000 -drawThickness=0 -saveAfterCopyPath=/home/pavel/Pictures -savePath=/home/pavel/Pictures -savePathFixed=false -showStartupLaunchMessage=false -uiColor=#82aaff - -[Shortcuts] -TYPE_ARROW=A -TYPE_CIRCLE=C -TYPE_CIRCLECOUNT= -TYPE_COMMIT_CURRENT_TOOL=Ctrl+Return -TYPE_COPY=Ctrl+C -TYPE_DRAWER=D -TYPE_EXIT=Ctrl+Q -TYPE_IMAGEUPLOADER=Return -TYPE_MARKER=M -TYPE_MOVESELECTION=Ctrl+M -TYPE_MOVE_DOWN=Down -TYPE_MOVE_LEFT=Left -TYPE_MOVE_RIGHT=Right -TYPE_MOVE_UP=Up -TYPE_OPEN_APP=Ctrl+O -TYPE_PENCIL=P -TYPE_PIN= -TYPE_PIXELATE=B -TYPE_RECTANGLE=R -TYPE_REDO=Ctrl+Shift+Z -TYPE_RESIZE_DOWN=Shift+Down -TYPE_RESIZE_LEFT=Shift+Left -TYPE_RESIZE_RIGHT=Shift+Right -TYPE_RESIZE_UP=Shift+Up -TYPE_SAVE=Ctrl+S -TYPE_SELECTION=S -TYPE_SELECTIONINDICATOR= -TYPE_SELECT_ALL=Ctrl+A -TYPE_TEXT=T -TYPE_TOGGLE_PANEL=Space -TYPE_UNDO=Ctrl+Z diff --git a/Desktop.org b/Desktop.org index 1fd6e44..0593696 100644 --- a/Desktop.org +++ b/Desktop.org @@ -1343,13 +1343,54 @@ if [[ ! -z $SELECTED ]]; then fi #+end_src * Flameshot -| Type | Note | -|------+-------------------------| -| FILE | [[file:.config/flameshot/flameshot.ini##template][flameshot.ini##template]] | - [[https://github.com/flameshot-org/flameshot][flameshot]] is my program of choice to make screenshots. -As it overwrites its own config all the time, I template the config file with yadm and keep the template in git. Nothing really interesting in the linked file except changed UI color. +As it overwrites its own config all the time, I do not keep the file in VC. + +#+begin_src conf-unix :tangle ./.config/flameshot/flameshot.ini :comments no +[General] +disabledTrayIcon=false +drawColor=#ff0000 +drawThickness=0 +saveAfterCopyPath=/home/pavel/Pictures +savePath=/home/pavel/Pictures +savePathFixed=false +showStartupLaunchMessage=false +uiColor=#82aaff + +[Shortcuts] +TYPE_ARROW=A +TYPE_CIRCLE=C +TYPE_CIRCLECOUNT= +TYPE_COMMIT_CURRENT_TOOL=Ctrl+Return +TYPE_COPY=Ctrl+C +TYPE_DRAWER=D +TYPE_EXIT=Ctrl+Q +TYPE_IMAGEUPLOADER=Return +TYPE_MARKER=M +TYPE_MOVESELECTION=Ctrl+M +TYPE_MOVE_DOWN=Down +TYPE_MOVE_LEFT=Left +TYPE_MOVE_RIGHT=Right +TYPE_MOVE_UP=Up +TYPE_OPEN_APP=Ctrl+O +TYPE_PENCIL=P +TYPE_PIN= +TYPE_PIXELATE=B +TYPE_RECTANGLE=R +TYPE_REDO=Ctrl+Shift+Z +TYPE_RESIZE_DOWN=Shift+Down +TYPE_RESIZE_LEFT=Shift+Left +TYPE_RESIZE_RIGHT=Shift+Right +TYPE_RESIZE_UP=Shift+Up +TYPE_SAVE=Ctrl+S +TYPE_SELECTION=S +TYPE_SELECTIONINDICATOR= +TYPE_SELECT_ALL=Ctrl+A +TYPE_TEXT=T +TYPE_TOGGLE_PANEL=Space +TYPE_UNDO=Ctrl+Z +#+end_src * dunst | Type | Note | |------+---------------------------------| diff --git a/README.org b/README.org index 7f51dd1..75c3454 100644 --- a/README.org +++ b/README.org @@ -44,5 +44,9 @@ Deployed with [[https://yadm.io/][yadm]] | misc | [[https://github.com/vergoh/vnstat][vnstat]] | traffic stats | *active* | - | | -* Misc +* Notes +- =M-u C-c C-v t= to tangle a particular block +- =M-u M-u C-c C-v t= to tangle a particular file + Uses yadm's =post_alt= hook to create symlinks +