Go to file
abakkk 74f602b268 fix cursor update when closing the menu from save entry
St.Entry clutter_text set the DEFAULT cursor on leave event with a delay and overrides the cursor set by area.updatePointerCursor().
In order to update drawing cursor on menu closed, we need to leave the saveEntry before closing menu.
Since escape key press event can't be captured easily, the job is done in the menu close function.
2020-01-05 12:36:42 +01:00
icons improve menu icons 2019-03-29 16:35:18 +01:00
locale new "Open" and "Save" drawing features 2020-01-04 00:16:20 +01:00
schemas new "Open" and "Save" drawing features 2020-01-04 00:16:20 +01:00
LICENSE Add LICENSE 2019-02-24 00:42:23 +01:00
README.md minor, readme 2019-10-11 14:21:04 +02:00
convenience.js init 2019-03-05 12:36:59 +01:00
draw.js fix cursor update when closing the menu from save entry 2020-01-05 12:36:42 +01:00
extension.js new "Open" and "Save" drawing features 2020-01-04 00:16:20 +01:00
metadata.json version -> 5 2019-12-01 01:37:08 +01:00
prefs.js new "Open" and "Save" drawing features 2020-01-04 00:16:20 +01:00
stylesheet.css new "Open" and "Save" drawing features 2020-01-04 00:16:20 +01:00

README.md

Draw On Your Screen

Start drawing with Super+Alt+D. Then save your beautiful work by taking a screenshot.

Features :

  • Basic shapes (rectangle, circle, ellipse, line, curve, text, free)
  • Smooth stroke
  • Draw over applications
  • Keep drawings on desktop background with persistence (notes, children's art ...)
  • Multi-monitor support
  • Export to SVG

Install :

  1. Download and decompress or clone the repository
  2. Place the resulting directory in ~/.local/share/gnome-shell/extensions
  3. IMPORTANT: change the directory name to drawOnYourScreen@abakkk.framagit.org
  4. A small shot of alt + F2 r to restart Gnome-shell under Xorg, restart or relogin under Wayland
  5. Enable the extension in Gnome-tweak-tool
  6. Super + Alt + D to test
  7. https://framagit.org/abakkk/DrawOnYourScreen/issues to say it doesn't work