StumpWM: Use Nemo instead of ranger
This commit is contained in:
parent
e70c7b0485
commit
18cdc36480
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,8 @@
|
|||
(define-key *root-map* (kbd "e") "emacs")
|
||||
|
||||
;;; ranger
|
||||
(define-key *root-map* (kbd "C-c") "exec urxvt -e ranger")
|
||||
(define-key *root-map* (kbd "C-c") "exec nemo --no-desktop")
|
||||
|
||||
|
||||
;;; bind keys for changing workspace
|
||||
(define-key *root-map* (kbd "C-1") "change-workspace web")
|
||||
|
|
Loading…
Reference in a new issue