[StumpWM] Add shortcut for `select-pape' (see bin.org)
This commit is contained in:
parent
d1a639adaf
commit
03f1d9bef1
@ -924,8 +924,8 @@ 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 'mv $f ~/Pictures/Screenshots'~ |
|
| ~d~ | ~exec scrot -d 3 -e 'mv $f ~/Pictures/Screenshots'~ |
|
||||||
| ~s~ | ~exec scrot -e 'mv $f ~/Pictures/Screenshots'~ |
|
| ~s~ | ~exec scrot -e 'mv $f ~/Pictures/Screenshots'~ |
|
||||||
| ~S~ | ~exec scrot -s -e 'mv $f ~/Pictures/Screenshots'~ |
|
| ~S~ | ~exec scrot -s -e 'mv $f ~/Pictures/Screenshots'~ |
|
||||||
@ -952,6 +952,7 @@ the above keymaps.
|
|||||||
| ~n~ | ~exec nemo~ |
|
| ~n~ | ~exec nemo~ |
|
||||||
| ~r~ | ~'*my-rofi-keymap*~ |
|
| ~r~ | ~'*my-rofi-keymap*~ |
|
||||||
| ~s~ | ~'*my-screenshot-keymap*~ |
|
| ~s~ | ~'*my-screenshot-keymap*~ |
|
||||||
|
| ~w~ | ~exec select-pape~ |
|
||||||
|
|
||||||
This translates to:
|
This translates to:
|
||||||
#+begin_src lisp
|
#+begin_src lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user