Update scripts

This commit is contained in:
2022-02-06 21:46:59 +01:00
parent f23b158a0a
commit 6ece088848
2 changed files with 22 additions and 59 deletions

View File

@@ -227,6 +227,15 @@ rofi -dmenu \
-p "$(printf "$1" | sed s/://)"
#+END_SRC
* =get-pass= - Get Stored Password
:PROPERTIES:
:CUSTOM_ID: get-pass
:END:
#+BEGIN_SRC bash :tangle ~/.local/bin/get-pass
pass $1 | sed -n 1p
#+END_SRC
* =screenshot= - Take Screenshot
:PROPERTIES:
:CUSTOM_ID: screenshot
@@ -1235,10 +1244,9 @@ fi
# Send the password to the clipboard
printf "$pass" | xclip -sel clip && \
dunstify 'Password' 'Generated'
notify-send 'Password' 'Generated'
#+end_src
* =sxhkd-help= - List of keybindings using Rofi
:PROPERTIES:
:CUSTOM_ID: sxhkd-help