[stumpwm] small refactoring

This commit is contained in:
Marcel Kapfer 2021-11-17 21:44:48 +01:00
parent edca2f3f09
commit b49d7ecfcb
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
;; StumpWM configuration file
;; <https://stumpwm.github.io/>
;;
;; 2016 - 2020 (c) Marcel Kapfer <opensource@mmk2410.org>
;; 2016 - 2021 (c) Marcel Kapfer <opensource@mmk2410.org>
;; MIT License
(in-package :stumpwm)
@ -19,7 +19,7 @@
(defparameter *music-player* "spotify" "Stores the terminal emulator")
;; set correct module directory
(set-module-dir "~/.stumpwm.d/contrib")
(set-module-dir "~/.stumpwm.d/modules")
;; creating or rename groups
(setf (group-name (first (screen-groups (current-screen)))) "web")