[Awesome] Update scrot usage, bette Emacs invocation

Scrot will get its output file moved to a dedicated directory

Emacs’ default profile has been vanilla for quite some time now, no
need to explicitely call it with this profile
This commit is contained in:
Lucien Cartier-Tilet 2021-07-30 18:01:10 +02:00
parent c0691580ce
commit 848162b3c7
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 9 additions and 9 deletions

View File

@ -965,21 +965,21 @@ declared in the ~globalkeys~ variable, which will be added then to ~root.keys~
:CUSTOM_ID: Keybindings-Applications-Screenshots-fa63a5a5 :CUSTOM_ID: Keybindings-Applications-Screenshots-fa63a5a5
:END: :END:
#+NAME: sc-app-screenshot #+NAME: sc-app-screenshot
| Key | Modifiers | Lambda? | Action | What it does | Group | | Key | Modifiers | Lambda? | Action | What it does | Group |
|-------+-----------+---------+------------+-----------------------------+------------| |-------+-----------+---------+----------------------------------------------+-----------------------------+------------|
| Print | | spawn | scrot | Screenshot | screenshot | | Print | | spawn | scrot -e 'mv $f ~/Pictures/Screenshots' | Screenshot | screenshot |
| Print | control | spawn | scrot -s | Screenshot (area selection) | screenshot | | Print | control | spawn | scrot -s -e 'mv $f ~/Pictures/Screenshots' | Screenshot (area selection) | screenshot |
| Print | shift | spawn | scrot -d 3 | Screenshot (3s delay) | screenshot | | Print | shift | spawn | scrot -d 3 -e 'mv $f ~/Pictures/Screenshots' | Screenshot (3s delay) | screenshot |
*** Emacs *** Emacs
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: Keybindings-Applications-Emacs-95f8f6a4 :CUSTOM_ID: Keybindings-Applications-Emacs-95f8f6a4
:END: :END:
#+NAME: sc-app-emacs #+NAME: sc-app-emacs
| Key | Modifiers | Lambda? | Action | What it does | Group | | Key | Modifiers | Lambda? | Action | What it does | Group |
|-----+---------------+---------+------------------------------+----------------------+-------| |-----+---------------+---------+-------------------+----------------------+-------|
| e | modkey | spawn | emacsclient -c -n | invoke Spacemacs | emacs | | e | modkey | spawn | emacsclient -c -n | invoke Spacemacs | emacs |
| e | modkey, shift | spawn | emacs --with-profile vanilla | invoke Vanilla Emacs | emacs | | e | modkey, shift | spawn | emacs | invoke Vanilla Emacs | emacs |
*** Rofi *** Rofi
:PROPERTIES: :PROPERTIES: