Go to file
abakkk 764d18a090 replace DrawingArea._onStyleChanged() by DrawingArea._updateStyle()
In test of gnome-shell 32 (in VM), 'style-changed' was regularly emitted
during drawing, so all 'this.current...' style properties was
initialized and it was impossible to select style with 'Ctrl+...'
shortcuts.
Now style is gathered on drawing mode entered, which is by the way more
frugal.
Keep watch possible regressions.
2019-03-16 12:35:14 +01:00
locale Drawing is hidden by default when leaving drawing mode 2019-03-12 00:29:14 +01:00
schemas Drawing is hidden by default when leaving drawing mode 2019-03-12 00:29:14 +01:00
LICENSE Add LICENSE 2019-02-24 00:42:23 +01:00
README.md update readme 2019-03-12 13:10:13 +01:00
convenience.js init 2019-03-05 12:36:59 +01:00
draw.js replace DrawingArea._onStyleChanged() by DrawingArea._updateStyle() 2019-03-16 12:35:14 +01:00
extension.js empty json file after erasing all drawings 2019-03-15 12:45:20 +01:00
metadata.json init 2019-03-05 12:36:59 +01:00
prefs.js Drawing is hidden by default when leaving drawing mode 2019-03-12 00:29:14 +01:00
stylesheet.css add square area 2019-03-07 16:32:06 +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
  • Drawing on desktop and persistence
  • 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