diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index d06a98e..e0ebb27 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -47,6 +47,9 @@ ;;; es as emacs (define-key *root-map* (kbd "e") "exec es") +;;; ranger +(define-key *root-map* (kbd "C-c") "exec urxvt -e ranger") + ;;; groups to rpws keys (define-key *root-map* (kbd "C-1") "change-workspace 1") (define-key *root-map* (kbd "C-2") "change-workspace 2")