[StumpWM] Minor markup change

This commit is contained in:
Lucien Cartier-Tilet 2022-04-05 17:09:57 +02:00
parent f5df9b649f
commit d2d00d4442
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 3 additions and 3 deletions

View File

@ -1319,9 +1319,9 @@ Lets also create a keymap for screenshots.
#+caption: ~*my-screenshot-keymap*~
| Keychord | Function |
|----------+----------------------------|
| =d= | =exec flameshot gui -d 3000= |
| =s= | =exec flameshot full= |
| =S= | =exec flameshot gui= |
| ~d~ | ~exec flameshot gui -d 3000~ |
| ~s~ | ~exec flameshot full~ |
| ~S~ | ~exec flameshot gui~ |
Heres the equivalent in Common Lisp.
#+begin_src lisp