diff --git a/org/config/stumpwm.org b/org/config/stumpwm.org index 1f26de9..6f1157a 100644 --- a/org/config/stumpwm.org +++ b/org/config/stumpwm.org @@ -1098,8 +1098,8 @@ Here’s the equivalent in Common Lisp. Let’s also create a keymap for screenshots. #+name: screenshot-keymap #+caption: ~*my-screenshot-keymap*~ -| Keychord | Function | -|----------+-------------------------------------------------------| +| Keychord | Function | +|----------+------------------------------------------------------| | ~d~ | ~exec scrot -d 3 -e 'mv $f ~/Pictures/Screenshots'~ | | ~s~ | ~exec scrot -e 'mv $f ~/Pictures/Screenshots'~ | | ~S~ | ~exec scrot -s -e 'mv $f ~/Pictures/Screenshots'~ |