[stumpwm] update default applications

This commit is contained in:
Marcel Kapfer 2021-11-17 21:52:05 +01:00
parent 4f015d6825
commit 3fca02fc7f
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 4 additions and 4 deletions

View File

@ -12,10 +12,10 @@
(defparameter *key-layout* "de" "Stores the current key layout")
;; Default applicatoins
(defparameter *web-browser* "qutebrowser" "Stores the web browser")
(defparameter *editor* "emacs" "Stores the editor")
(defparameter *terminal* "alacritty" "Stores the terminal emulator")
(defparameter *file-manager* "dolphin" "Stores the terminal emulator")
(defparameter *web-browser* "firefox-dev" "Stores the web browser")
(defparameter *editor* "es" "Stores the editor")
(defparameter *terminal* "gnome-terminal" "Stores the terminal emulator")
(defparameter *file-manager* "nautilus" "Stores the terminal emulator")
(defparameter *music-player* "spotify" "Stores the terminal emulator")
;; set correct module directory