fix(wlr-which-key): add forgotten logout command

This commit is contained in:
2025-12-24 19:22:15 +01:00
parent 51f2c77c02
commit a632ebbf07

View File

@@ -172,7 +172,7 @@
{ {
key = "l"; key = "l";
desc = "Logout"; desc = "Logout";
cmd = ""; cmd = "${logout}/bin/logout";
} }
{ {
key = "s"; key = "s";