From 03f1d9bef17f8f7ddb33d00b5e0b242c4d83fa97 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 25 Oct 2021 16:56:16 +0200 Subject: [PATCH] [StumpWM] Add shortcut for `select-pape' (see bin.org) --- org/config/stumpwm.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/org/config/stumpwm.org b/org/config/stumpwm.org index 94d7a62..fc51369 100644 --- a/org/config/stumpwm.org +++ b/org/config/stumpwm.org @@ -924,8 +924,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'~ | @@ -952,6 +952,7 @@ the above keymaps. | ~n~ | ~exec nemo~ | | ~r~ | ~'*my-rofi-keymap*~ | | ~s~ | ~'*my-screenshot-keymap*~ | +| ~w~ | ~exec select-pape~ | This translates to: #+begin_src lisp