Update Flameshot

Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
akp 2021-05-29 22:03:19 +01:00
parent 996cc63b80
commit 086281dafb
No known key found for this signature in database
GPG key ID: AA5726202C8879B7
3 changed files with 12 additions and 6 deletions

View file

@ -16,7 +16,7 @@ Markdown docs and shell scripts for automating installation of things and docume
## Misc.
* [`capslock.md`](capslock.md) for the replacement of the Caps Lock key with Escape
* [`flameshot.sh`](flameshot.sh) for installing Flameshot screenshot tool
* [`flameshot.md`](flameshot.md) for installing Flameshot screenshot tool
* [`fuck.md`](fuck.md) for installing https://github.com/nvbn/thefuck
* [`rootcert.md`](rootcert.md) for installing other root certificates

11
flameshot.md Executable file
View file

@ -0,0 +1,11 @@
# Flameshot
2021-05-29
```bash
sudo apt install -y flameshot
```
## Run on PrintScreen key
Preferences > Keyboard > Shortcuts > Add custom shortcut > Set command to `/usr/bin/flameshot gui` > add hotkey

View file

@ -1,5 +0,0 @@
#!/bin/bash
# 2021-05-02
apt install -y flameshot