[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:
parent
c0691580ce
commit
848162b3c7
@ -966,10 +966,10 @@ declared in the ~globalkeys~ variable, which will be added then to ~root.keys~
|
||||
:END:
|
||||
#+NAME: sc-app-screenshot
|
||||
| Key | Modifiers | Lambda? | Action | What it does | Group |
|
||||
|-------+-----------+---------+------------+-----------------------------+------------|
|
||||
| Print | | spawn | scrot | Screenshot | screenshot |
|
||||
| Print | control | spawn | scrot -s | Screenshot (area selection) | screenshot |
|
||||
| Print | shift | spawn | scrot -d 3 | Screenshot (3s delay) | screenshot |
|
||||
|-------+-----------+---------+----------------------------------------------+-----------------------------+------------|
|
||||
| Print | | spawn | scrot -e 'mv $f ~/Pictures/Screenshots' | Screenshot | screenshot |
|
||||
| Print | control | spawn | scrot -s -e 'mv $f ~/Pictures/Screenshots' | Screenshot (area selection) | screenshot |
|
||||
| Print | shift | spawn | scrot -d 3 -e 'mv $f ~/Pictures/Screenshots' | Screenshot (3s delay) | screenshot |
|
||||
|
||||
*** Emacs
|
||||
:PROPERTIES:
|
||||
@ -977,9 +977,9 @@ declared in the ~globalkeys~ variable, which will be added then to ~root.keys~
|
||||
:END:
|
||||
#+NAME: sc-app-emacs
|
||||
| Key | Modifiers | Lambda? | Action | What it does | Group |
|
||||
|-----+---------------+---------+------------------------------+----------------------+-------|
|
||||
|-----+---------------+---------+-------------------+----------------------+-------|
|
||||
| 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
|
||||
:PROPERTIES:
|
||||
|
Loading…
Reference in New Issue
Block a user