2020-03-02 06:11:46 -03:00
# Draw On Your Screen
2019-03-05 18:57:16 -03:00
Start drawing with Super+Alt+D.
Then save your beautiful work by taking a screenshot.
2019-03-05 18:53:56 -03:00
2019-03-05 18:52:01 -03:00

2020-03-02 06:11:46 -03:00
## Features
2019-03-05 19:08:11 -03:00
2019-03-12 09:10:13 -03:00
* Basic shapes (rectangle, circle, ellipse, line, curve, text, free)
* Smooth stroke
2019-10-11 09:21:04 -03:00
* Draw over applications
* Keep drawings on desktop background with persistence (notes, children's art ...)
2019-03-12 09:10:13 -03:00
* Multi-monitor support
* Export to SVG
2019-03-05 19:08:11 -03:00
2020-03-02 06:11:46 -03:00
## Install
2019-03-05 18:52:01 -03:00
1. Download and decompress or clone the repository
2020-03-02 06:11:46 -03:00
2. Place the resulting directory in `~/.local/share/gnome-shell/extensions`
3. **Change the directory name** to `drawOnYourScreen@abakkk.framagit.org`
4. Xorg: type `alt + F2` and `r` to restart gnome-shell
Wayland: restart or re-login
2020-03-13 09:47:09 -03:00
5. Enable the extension in gnome-tweaks or gnome-shell-extension-prefs
2019-03-05 18:52:01 -03:00
6. `Super + Alt + D` to test
7. [https://framagit.org/abakkk/DrawOnYourScreen/issues ](https://framagit.org/abakkk/DrawOnYourScreen/issues ) to say it doesn't work
2020-03-01 09:25:48 -03:00
2020-03-02 06:11:46 -03:00
## Details
2020-03-01 09:25:48 -03:00
2020-03-04 04:15:53 -03:00
* Draw arrows:
Intersect two lines and curve the second thanks to the `Ctrl` key.

2020-06-29 10:40:37 -03:00
* Duplicate an element:
Hold the `Shift` key while starting moving.

2020-03-02 06:11:46 -03:00
* Screenshot Tool extension:
2020-03-01 09:25:48 -03:00
2020-06-29 07:21:21 -03:00
[Screenshot Tool ](https://extensions.gnome.org/extension/1112/screenshot-tool/ ) is a convenient extension to “create, copy, store and upload screenshots”. In order to select a screenshoot area with your pointer while keeping the drawing in place, you need first to tell DrawOnYourScreen to ungrab the pointer (`Ctrl + Super + Alt + D`).
2020-03-01 09:25:48 -03:00