feat: add keybind cheatsheet plugin (#64)

* 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.
This commit is contained in:
cheerfulScumbag
2026-07-21 19:50:47 -04:00
committed by GitHub
parent 17f7b819d3
commit 2a1efe0468
19 changed files with 2985 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Applications
bind=SUPER,T,spawn,foot #"Terminal"
bind=SUPER,B,spawn,firefox #"Browser"
source=./nested.conf
source-optional=./missing.conf
source=./parts/*.conf
# Media
bind=NONE,XF86AudioRaiseVolume,spawn,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
axisbind=SUPER,UP,viewtoleft_have_client
mousebind=SUPER,btn_left,moveresize,curmove #"Move window"
gesturebind=NONE,left,3,focusdir,left #"Focus left"
switchbind=fold,spawn,swaylock #"Lock on close"
+3
View File
@@ -0,0 +1,3 @@
# Window Management
bind=SUPER,Q,killclient #"Close window"
source=./main.conf
@@ -0,0 +1,2 @@
# Workspaces
bind=SUPER,1,view,1 #"Workspace 1"