diff options
Diffstat (limited to 'dot_config/sway/config')
| -rw-r--r-- | dot_config/sway/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_config/sway/config b/dot_config/sway/config index 18b402c..86a75e1 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -182,6 +182,9 @@ bindsym $mod+i exec ~/.local/bin/dictate # OCR — crop a region, copy text to clipboard (tesseract) bindsym $mod+Shift+o exec ~/.local/bin/ocr +# VPN OTP — type current TOTP via wtype, fall back to clipboard +bindsym $mod+o exec ~/.config/sway/type-vpn-otp.sh + # Lock & pause bindsym $mod+Shift+s exec "playerctl -a pause; swaylock -f -e -c 000000" |
