From 79807339823786343adbfa549c040cadf472c253 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 6 Apr 2019 07:47:09 +0200 Subject: [PATCH] StumpWM: Set path to module dir --- stumpwm/stumpwmrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 227cc95..34762ee 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -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")