[StumpWM] Replace scrot with Flameshot
This commit is contained in:
parent
e5ddea6fd8
commit
0e413d00a3
@ -1317,12 +1317,11 @@ Here’s the equivalent in Common Lisp.
|
|||||||
Let’s also create a keymap for screenshots.
|
Let’s also create a keymap for screenshots.
|
||||||
#+name: screenshot-keymap
|
#+name: screenshot-keymap
|
||||||
#+caption: ~*my-screenshot-keymap*~
|
#+caption: ~*my-screenshot-keymap*~
|
||||||
| Keychord | Function |
|
| Keychord | Function |
|
||||||
|----------+----------------------------------------|
|
|----------+----------------------------|
|
||||||
| =d= | =exec scrot -d 3 -e 'post-scrot $f'= |
|
| =d= | =exec flameshot gui -d 3000= |
|
||||||
| =s= | =exec scrot -e 'post-scrot $f'= |
|
| =s= | =exec flameshot full= |
|
||||||
| =S= | =exec scrot -s -e 'post-scrot $f'= |
|
| =S= | =exec flameshot gui= |
|
||||||
| =g= | =exec scrot -e 'gimp $f; post-scrot $f'= |
|
|
||||||
|
|
||||||
Here’s the equivalent in Common Lisp.
|
Here’s the equivalent in Common Lisp.
|
||||||
#+begin_src lisp
|
#+begin_src lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user