[StumpWM] Switched from urxvt to alacritty as terminal

This commit is contained in:
Marcel Kapfer 2020-05-19 17:20:14 +02:00
parent 254c385900
commit 96f5579243
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -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")