Lock on SUPER+Backspace too

A second door to the same logind lock signal, beside CTRL+ALT+L. The
keymap tables say so too.
This commit is contained in:
Gabriel Brown
2026-08-21 20:01:18 -04:00
parent c02329ac3c
commit 12d538c4af
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -283,7 +283,7 @@ The mental model is unchanged from Forge:
| `SHIFT` / `ALT + Print` | Screenshot screen / window immediately |
| `SUPER + SHIFT + S` | Screen Intelligence — read text and codes from a selection |
| `SUPER + SHIFT + P` | Color picker |
| `CTRL + ALT + L` | Lock (SUPER+L is "focus right") |
| `CTRL + ALT + L` · `SUPER + Backspace` | Lock (SUPER+L is "focus right") |
| `CTRL + ALT + Delete` | Power menu |
### Apps
@@ -364,7 +364,7 @@ These are the places a 1:1 port was impossible, and what was done instead:
behaviors, keeping the horizontal/vertical and grow/shrink pairing.
- **Overview on `SUPER + grave`, not a bare SUPER tap.** Tap-detection on a
modifier misfires when you're quick with SUPER combos.
- **Lock on `CTRL + ALT + L`.** `SUPER + L` is "focus right" in this keymap.
- **Lock on `CTRL + ALT + L` or `SUPER + Backspace`.** `SUPER + L` is "focus right" in this keymap.
- **`SUPER + grave` was Forge's "cycle windows of same app"**, which Hyprland
has no equivalent for. "Last window" moved to `SUPER + SHIFT + grave`.
- **`gnome-control-center` is launched with `XDG_CURRENT_DESKTOP=GNOME`**,