* feat: add keybind cheatsheet * docs: refresh keybind cheatsheet preview * docs: use official generated keybind thumbnail * feat(keybind-cheatsheet): preload cached snapshots Move parser and cache ownership into an event-driven data service so the panel opens from a prepared last-known-good snapshot. Document the plugin's inspiration and independent v5 implementation.
10 lines
236 B
Plaintext
10 lines
236 B
Plaintext
$mainMod = SUPER
|
|
source = ./parts/*.conf
|
|
|
|
# 1. Applications
|
|
bind = $mainMod, T, exec, foot #"Terminal"
|
|
bindm = $mainMod, mouse:272, movewindow #"Move window"
|
|
|
|
# 2. Window Management
|
|
bind = $mainMod SHIFT, Q, killactive, #"Close window"
|