From a9badef5cdc51c0fc0f68570d7531006593296a3 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 13 Mar 2018 15:31:25 +0100 Subject: [PATCH] StumpWM: fix for starting emacs on startup --- stumpwm/stumpwmrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 23f6713..bb7f72f 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -90,7 +90,7 @@ (define-key *root-map* (kbd "c") "exec urxvt") ;;; es as emacs -(define-key *root-map* (kbd "e") "emacs") +(define-key *root-map* (kbd "e") "exec es") ;;; ranger (define-key *root-map* (kbd "C-c") "exec nemo --no-desktop") @@ -332,7 +332,7 @@ script." (run-shell-command "telegram-desktop") ;; emacs -(run-commands "es") +(run-commands "emacs") ;; redshift (run-shell-command "redshift")