Update Hyprland keybindings and monitor refresh rates

- SUPER+Q: killactive (was kitty)
- SUPER+T: exec kitty (new terminal binding)
- SUPER+C: removed (was killactive)
- All monitors set to 60Hz (DP-1 and HDMI-A-1 down from 144Hz)
This commit is contained in:
ja
2026-05-28 08:25:57 +02:00
parent 6f455ab0f2
commit dbf366f8a5
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -8,8 +8,8 @@
| Shortcut | Action | Details |
|----------|--------|---------|
| `SUPER+Q` | Open terminal | kitty |
| `SUPER+C` | Kill active window | killactive |
| `SUPER+Q` | Kill active window | killactive |
| `SUPER+T` | Open terminal | kitty |
| `SUPER+M` | Exit Hyprland | exit |
| `SUPER+E` | File manager | dolphin |
| `SUPER+V` | Toggle floating | togglefloating |
@@ -84,9 +84,9 @@
| Workspace | Monitor | Position |
|-----------|---------|----------|
| 1 | DP-1 (TERRA 3280W) | Left, 2560x1440@144 |
| 1 | DP-1 (TERRA 3280W) | Left, 2560x1440@60 |
| 2 | DVI-D-1 (BenQ BL2405) | Center, 1920x1080@60 rotated 90deg |
| 3 | HDMI-A-1 (TERRA 3280W) | Right, 2560x1440@144 |
| 3 | HDMI-A-1 (TERRA 3280W) | Right, 2560x1440@60 |
## Notes