Qubes-Community-Content/code/README.md

24 lines
848 B
Markdown
Raw Normal View History

2018-03-22 06:59:52 +00:00
### User-contributed code (scripts, programs, ...)
2018-03-11 20:56:58 +00:00
2018-04-01 10:29:51 +00:00
Note: linking to contributors' public pages (github, gitlab, plain web page, ...) is preferred over hosting (otherwise contributors have to submit PRs to update their *own* code because of the lack of granular write privileges on github - this is cumbersome and requires reviewer time to ack PRs).
2018-03-22 06:59:52 +00:00
**`dom0/`** - things meant to be run in dom0
2018-03-11 20:56:58 +00:00
2018-03-22 06:59:52 +00:00
- qvm-copy-to-dom0: copy files to dom0 (moving files to dom0 is dangerous and discouraged though)
- R4-universal-update-script.sh: unattented template update (whonix, ...)
2018-04-04 11:16:23 +00:00
- bash autocompletion script for `qvm-*` commands in dom0
2018-03-11 20:54:36 +00:00
2018-03-22 07:03:06 +00:00
**`multimedia/`**
2018-03-11 20:54:36 +00:00
2018-03-22 06:59:52 +00:00
- sound-control-scripts: toggle, volume up, volume down, ...
2018-03-22 07:03:06 +00:00
**`productivity/`**
2018-03-22 06:59:52 +00:00
- toggle-fullscreen-scripts
- screenshot-scripts
2018-03-22 07:03:06 +00:00
**`server/`** - using Qubes OS as a server
2018-03-22 08:11:32 +00:00
- see server/README.md