StumpWM: Define parameters for default applications

This commit is contained in:
Marcel Kapfer 2019-04-06 07:46:53 +02:00
parent 26f449cc9a
commit 4e77af561d
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,13 @@
;; Other parameters
(defparameter *key-layout* "de" "Stores the current key layout")
;; 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 *file-manager* "dolphin" "Stores the terminal emulator")
(defparameter *music-player* "spotify" "Stores the terminal emulator")
;; creating or rename groups
(setf (group-name (first (screen-groups (current-screen)))) "web")