[stumpwm] small refactoring
This commit is contained in:
parent
edca2f3f09
commit
b49d7ecfcb
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
;; StumpWM configuration file
|
;; StumpWM configuration file
|
||||||
;; <https://stumpwm.github.io/>
|
;; <https://stumpwm.github.io/>
|
||||||
;;
|
;;
|
||||||
;; 2016 - 2020 (c) Marcel Kapfer <opensource@mmk2410.org>
|
;; 2016 - 2021 (c) Marcel Kapfer <opensource@mmk2410.org>
|
||||||
;; MIT License
|
;; MIT License
|
||||||
|
|
||||||
(in-package :stumpwm)
|
(in-package :stumpwm)
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
(defparameter *music-player* "spotify" "Stores the terminal emulator")
|
(defparameter *music-player* "spotify" "Stores the terminal emulator")
|
||||||
|
|
||||||
;; set correct module directory
|
;; set correct module directory
|
||||||
(set-module-dir "~/.stumpwm.d/contrib")
|
(set-module-dir "~/.stumpwm.d/modules")
|
||||||
|
|
||||||
;; 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