[StumpWM] Replace scrot with Flameshot

This commit is contained in:
2022-04-02 15:19:39 +02:00
parent e5ddea6fd8
commit 0e413d00a3

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