diff options
author | Thanos Apollo <[email protected]> | 2023-06-27 17:54:29 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-06-27 17:54:29 +0300 |
commit | aace99b637d28650972b2881129f3f5709617206 (patch) | |
tree | 946f0ce0c920ca716da75b9b7b829d58735f0de6 | |
parent | 6ac09eb87cc4ae2affe3cc890f2d5f48003fa911 (diff) |
stumpwm: remove unused modules
-rw-r--r-- | stumpwm.org | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/stumpwm.org b/stumpwm.org index 94c3c69..e59392a 100644 --- a/stumpwm.org +++ b/stumpwm.org @@ -201,12 +201,7 @@ #+end_src * Modeline #+begin_src lisp - ;; Modeline phun (load-module "battery-portable") - (load-module "cpu") - (load-module "mpd") - (load-module "mem") - (setf *mode-line-timeout* 2) (setf *group-format* "%t") |