StumpWM: Define parameters for default applications
This commit is contained in:
parent
26f449cc9a
commit
4e77af561d
1 changed files with 7 additions and 0 deletions
|
@ -11,6 +11,13 @@
|
||||||
;; Other parameters
|
;; Other parameters
|
||||||
(defparameter *key-layout* "de" "Stores the current key layout")
|
(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
|
;; creating or rename groups
|
||||||
(setf (group-name (first (screen-groups (current-screen)))) "web")
|
(setf (group-name (first (screen-groups (current-screen)))) "web")
|
||||||
|
|
Loading…
Reference in a new issue