qutebrowser: Make recently downloaded executable
Moved the qutebrowser userscript to open recently downloaded files to be accessible as a normal shell script as well (`recently-downloaded`). Mapped this to Super+Shift+D in riverwm to be easily able to open the most recent downloads from anywhere. Double the default lines shown to 20.
This commit is contained in:
parent
7662c5b776
commit
b58bd2767d
4 changed files with 6 additions and 2 deletions
|
|
@ -79,6 +79,9 @@ riverctl map normal $mod+Shift P spawn "pass-pick"
|
|||
# File upload
|
||||
riverctl map normal $mod+Shift U spawn "$term -e --class float sharefile | xargs notify-send"
|
||||
|
||||
# Open recent downloads
|
||||
riverctl map normal $mod+Shift D spawn "recently-downloaded"
|
||||
|
||||
# # Screenshot
|
||||
riverctl map normal None Print spawn "screenshot"
|
||||
riverctl map normal Shift Print spawn "screenshot | sharefile -"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue