From 659f66eea3ced1219bc8f0165f2254d378dfd7c7 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:23 +0100 Subject: feat(sway): wire XF86 media keys (Display/Tools/Keyboard/Favorites) - XF86Display replaces F7 for display-toggle.sh (dedicated HW key) - XF86Tools opens floating pulsemixer (audio mixer TUI) - XF86Keyboard opens KEYBINDS.md in glow (floating pager) - XF86Favorites takes over mako history picker (from Super+Alt+n) Adds generic [app_id="floating"] window rule so ghostty --class=floating windows open floating. Adds glow to meta/base.txt. --- KEYBINDS.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'KEYBINDS.md') diff --git a/KEYBINDS.md b/KEYBINDS.md index a2268a8..95db3a6 100644 --- a/KEYBINDS.md +++ b/KEYBINDS.md @@ -328,14 +328,16 @@ Mod key: `Super` (Mod4). Only personal additions beyond sway defaults listed. | `Super+n` | Dismiss notification | | `Super+Shift+n` | Dismiss all notifications | | `Super+Ctrl+n` | Restore last dismissed notification | -| `Super+Alt+n` | Notification history picker (copy to clipboard) | +| `XF86Favorites` | Notification history picker (copy to clipboard) | | `Super+p` | Clipboard history picker (cliphist + fuzzel) | | `Super+Shift+p` | Clipboard history delete entry | | `Super+Tab` | Next workspace | | `Super+Shift+Tab` | Previous workspace | | `Super+]` | Focus next window in container (monocle cycling) | | `Super+[` | Focus prev window in container (monocle cycling) | -| `F7` | Toggle display mode (laptop-off/side-by-side) | +| `XF86Display` | Toggle display mode (laptop-off/side-by-side) | +| `XF86Tools` | Floating pulsemixer (audio mixer TUI) | +| `XF86Keyboard` | Floating glow pager for `~/dotfiles/KEYBINDS.md` | | `Super+z` then `w` | Display QR for clipboard (wqr) | | `Super+z` then `r` | Scan QR via webcam, copy to clipboard (rqr) | | `Super+t` | Toggle Thunderbird (tiled on current workspace) | -- cgit v1.3.1