From 96f55792435d724eb21c51c2b0e8034a743420d7 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 19 May 2020 17:20:14 +0200 Subject: [PATCH] [StumpWM] Switched from urxvt to alacritty as terminal --- stumpwm/stumpwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 4feb3eb..103f440 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -14,7 +14,7 @@ ;; Default applicatoins (defparameter *web-browser* "firefox" "Stores the web browser") (defparameter *editor* "emacsclient -c" "Stores the editor") -(defparameter *terminal* "urxvt" "Stores the terminal emulator") +(defparameter *terminal* "alacritty" "Stores the terminal emulator") (defparameter *file-manager* "dolphin" "Stores the terminal emulator") (defparameter *music-player* "spotify" "Stores the terminal emulator")