[StumpWM] Replace scrot with Flameshot

This commit is contained in:
Lucien Cartier-Tilet 2022-04-02 15:19:39 +02:00
parent e5ddea6fd8
commit 0e413d00a3
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 5 additions and 6 deletions

View File

@ -1317,12 +1317,11 @@ Heres the equivalent in Common Lisp.
Lets also create a keymap for screenshots.
#+name: screenshot-keymap
#+caption: ~*my-screenshot-keymap*~
| Keychord | Function |
|----------+----------------------------------------|
| =d= | =exec scrot -d 3 -e 'post-scrot $f'= |
| =s= | =exec scrot -e 'post-scrot $f'= |
| =S= | =exec scrot -s -e 'post-scrot $f'= |
| =g= | =exec scrot -e 'gimp $f; post-scrot $f'= |
| Keychord | Function |
|----------+----------------------------|
| =d= | =exec flameshot gui -d 3000= |
| =s= | =exec flameshot full= |
| =S= | =exec flameshot gui= |
Heres the equivalent in Common Lisp.
#+begin_src lisp