[stumpwm] update default applications
This commit is contained in:
parent
4f015d6825
commit
3fca02fc7f
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue