aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/KEYBINDS.md
diff options
context:
space:
mode:
authorLibravatar sommerfeld <[email protected]>2026-04-17 10:54:07 +0100
committerLibravatar sommerfeld <[email protected]>2026-04-17 10:54:07 +0100
commitf00a83257176cde1c6350a901fca89622938ebc8 (patch)
tree8b5e92183233256eba076d25851b6a2db339a59a /KEYBINDS.md
parentb3479fa7eeaff6e6f43c942edcf69a463a53032b (diff)
downloaddotfiles-f00a83257176cde1c6350a901fca89622938ebc8.tar.gz
dotfiles-f00a83257176cde1c6350a901fca89622938ebc8.tar.bz2
dotfiles-f00a83257176cde1c6350a901fca89622938ebc8.zip
fix: simplify display toggle to laptop-off/side-by-side
- Added --no-repeat to F7 binding (key repeat was firing script twice) - Dropped broken mirror mode (sway has no native mirroring support) - Removed wl-mirror dependency - F7 now toggles between laptop-off and side-by-side
Diffstat (limited to 'KEYBINDS.md')
-rw-r--r--KEYBINDS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/KEYBINDS.md b/KEYBINDS.md
index b02c672..021be03 100644
--- a/KEYBINDS.md
+++ b/KEYBINDS.md
@@ -293,4 +293,4 @@ Mod key: `Super` (Mod4). Only personal additions beyond sway defaults listed.
| `Super+Shift+n` | Dismiss all notifications |
| `Super+Tab` | Next workspace |
| `Super+Shift+Tab` | Previous workspace |
-| `F7` | Cycle display mode (mirror/off/side-by-side) |
+| `F7` | Toggle display mode (laptop-off/side-by-side) |