diff options
| author | Don Williams <don.e.williams@gmail.com> | 2025-10-30 22:39:02 -0400 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2025-10-30 22:39:02 -0400 |
| commit | 70cb1f313d04558da9ab4e4f9ca5eecd373acb45 (patch) | |
| tree | ca957b23ec90b3180e047e1bf92eea0162980e38 /CHANGELOG.md | |
| parent | 9fcc463fd035c3c48c28430d7504c0f1870f9a30 (diff) | |
refactor(keybinds): use bindd with descriptions across configs
- Convert binds to description form (bindd/bindld/binded/bindmd/bindlnd)
- Keep naming as powermenu for shutdown/reboot/logout/suspend
- Update KeyBinds.sh to parse and display descriptions
- Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 623e697c..dd01997b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## October 2025 +### ⌨️ Keybinds + +- Convert Hyprland keybinds to description form (`bindd`, `bindld`, `binded`, + `bindmd`, `bindlnd`) in `config/hypr/...`. +- Add concise descriptions for each keybind; keep the name "powermenu". +- Update `config/hypr/scripts/KeyBinds.sh` to parse and display descriptions + as: MODS+KEY — DESCRIPTION — DISPATCHER [PARAMS]. + ### 🐛 Fixes - Updated `/bin/bash` to `/usr/bin/env bash` |
