From 5ffa8fc7ccc2f8b39d2efee40d50cfccae7f2a6f Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 2 Sep 2018 23:05:43 +0200 Subject: [PATCH] StumpWM: use x-terminal-emulator instead of selecting one explicitly --- stumpwm/stumpwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 605cfe0..9498e21 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -91,7 +91,7 @@ (define-key *root-map* (kbd "P") "exec x-www-browser --private-window") ;;; terminal -(define-key *root-map* (kbd "c") "exec urxvt") +(define-key *root-map* (kbd "c") "exec x-terminal-emulator") ;;; es as emacs (define-key *root-map* (kbd "e") "exec es")