aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-20 13:56:08 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-20 13:56:08 +0100
commit52e53ad7956f637af3bb87de79934bfda4b74a2e (patch)
treeefe0f69bc5e147589d55928a520f1642562849da
parent4c4ff3e8c41707719fe182d9e42dfd771abde23d (diff)
downloaddotfiles-52e53ad7956f637af3bb87de79934bfda4b74a2e.tar.gz
dotfiles-52e53ad7956f637af3bb87de79934bfda4b74a2e.tar.bz2
dotfiles-52e53ad7956f637af3bb87de79934bfda4b74a2e.zip
refactor(sway): remove super+o VPN OTP keybind
No longer needed.
-rw-r--r--KEYBINDS.md1
-rw-r--r--dot_config/sway/config3
2 files changed, 0 insertions, 4 deletions
diff --git a/KEYBINDS.md b/KEYBINDS.md
index 9b0a863..898c78c 100644
--- a/KEYBINDS.md
+++ b/KEYBINDS.md
@@ -337,7 +337,6 @@ Mod key: `Super` (Mod4). Only personal additions beyond sway defaults listed.
| `Shift+Print` | Full screenshot (grim) |
| `Super+i` | Dictate toggle (whisper.cpp → wtype + clipboard) |
| `Super+Shift+o` | OCR region (tesseract → clipboard) |
-| `Super+o` | Type VPN TOTP via wtype (clipboard fallback) |
| `Super+Shift+s` | Lock screen + pause media |
| `Super+n` | Dismiss top visible notification |
| `Super+Shift+n` | Dismiss all visible notifications |
diff --git a/dot_config/sway/config b/dot_config/sway/config
index 742e8ab..688f0d2 100644
--- a/dot_config/sway/config
+++ b/dot_config/sway/config
@@ -186,9 +186,6 @@ 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"