[StumpWM] Switched from urxvt to alacritty as terminal
This commit is contained in:
parent
254c385900
commit
96f5579243
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue