StumpWM: Set path to module dir

This commit is contained in:
Marcel Kapfer 2019-04-06 07:47:09 +02:00
parent 4e77af561d
commit 7980733982
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
(defparameter *file-manager* "dolphin" "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
(setf (group-name (first (screen-groups (current-screen)))) "web")