StumpWM: use x-terminal-emulator
instead of selecting one explicitly
This commit is contained in:
parent
01fb2ee941
commit
5ffa8fc7cc
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
||||||
(define-key *root-map* (kbd "P") "exec x-www-browser --private-window")
|
(define-key *root-map* (kbd "P") "exec x-www-browser --private-window")
|
||||||
|
|
||||||
;;; terminal
|
;;; terminal
|
||||||
(define-key *root-map* (kbd "c") "exec urxvt")
|
(define-key *root-map* (kbd "c") "exec x-terminal-emulator")
|
||||||
|
|
||||||
;;; es as emacs
|
;;; es as emacs
|
||||||
(define-key *root-map* (kbd "e") "exec es")
|
(define-key *root-map* (kbd "e") "exec es")
|
||||||
|
|
Loading…
Reference in a new issue