Update Flameshot
Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
parent
996cc63b80
commit
086281dafb
3 changed files with 12 additions and 6 deletions
|
@ -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
11
flameshot.md
Executable 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
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# 2021-05-02
|
||||
|
||||
apt install -y flameshot
|
Loading…
Add table
Add a link
Reference in a new issue