diff options
-rw-r--r-- | exwm.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -264,6 +264,7 @@ (jao-def-runner jao-exwm-enwc 0 "*ENWC*" enwc) (jao-def-runner jao-exwm-bluetooth 0 "*Bluetooth*" bluetooth-list-devices) (jao-def-runner jao-exwm-paradox 0 "*Packages*" paradox-list-packages nil) + (jao-def-runner jao-exwm-packages 0 "*Packages*" list-packages nil) (jao-def-runner jao-exwm-proced 0 "*Proced*" proced) (defun jao-exwm-kill-xmobar () @@ -456,7 +457,7 @@ ("D" jao-open-doc "open to doc")) "Packages" (("a" jao-vterm-aptitude "aptitude") - ("l" jao-exwm-paradox "packages") + ("l" jao-exwm-packages "packages") ("s-w" jao-hydra-exwm/body nil)) "Network" (("S" jao-ssh "ssh") |