StumpWM: Set path to module dir
This commit is contained in:
parent
4e77af561d
commit
7980733982
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
||||||
(defparameter *file-manager* "dolphin" "Stores the terminal emulator")
|
(defparameter *file-manager* "dolphin" "Stores the terminal emulator")
|
||||||
(defparameter *music-player* "spotify" "Stores the terminal emulator")
|
(defparameter *music-player* "spotify" "Stores the terminal emulator")
|
||||||
|
|
||||||
|
;; set correct module directory
|
||||||
|
(set-module-dir "~/.stumpwm.d/contrib")
|
||||||
|
|
||||||
;; 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