diff options
| author | 2025-04-22 10:35:28 -0700 | |
|---|---|---|
| committer | 2025-04-22 10:35:28 -0700 | |
| commit | 37a826f2e8e0098171d7ebd73078befa8373d709 (patch) | |
| tree | 060c6962d265f56fe0cb0a752fd81612362b08ef | |
| parent | 2e7ace2f7982ef734887d63b1e28bd3759cc4652 (diff) | |
| download | new-dotfiles-37a826f2e8e0098171d7ebd73078befa8373d709.tar.gz new-dotfiles-37a826f2e8e0098171d7ebd73078befa8373d709.zip | |
Rename stumpwm/config to stumpwm.lisp
| -rw-r--r-- | oni/home/config/pop-os.scm | 2 | ||||
| -rw-r--r-- | oni/home/config/rincewind.scm | 2 | ||||
| -rw-r--r-- | oni/home/services/stumpwm.scm | 1 | ||||
| -rw-r--r-- | oni/home/services/stumpwm/stumpwm.lisp (renamed from oni/home/services/stumpwm/config) | 1 |
4 files changed, 3 insertions, 3 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm index b5d30f9..db3611b 100644 --- a/oni/home/config/pop-os.scm +++ b/oni/home/config/pop-os.scm @@ -181,7 +181,7 @@ (package stumpwm+swank) (locker-program "/usr/bin/i3lock") (configurations - (list (local-file "../services/stumpwm/config") + (list (local-file "../services/stumpwm/stumpwm.lisp") (local-file "../services/stumpwm/pop-os-config.lisp"))))) (service home-stumpwm-stumptray-service-type (home-stumpwm-stumptray-configuration diff --git a/oni/home/config/rincewind.scm b/oni/home/config/rincewind.scm index d22e285..9eb8006 100644 --- a/oni/home/config/rincewind.scm +++ b/oni/home/config/rincewind.scm @@ -516,7 +516,7 @@ (home-stumpwm-configuration (package stumpwm+swank) (configurations - (list (local-file "../services/stumpwm/config"))))) + (list (local-file "../services/stumpwm/stumpwm.lisp"))))) (service home-stumpwm-gaps-service-type (home-stumpwm-gaps-configuration (configurations diff --git a/oni/home/services/stumpwm.scm b/oni/home/services/stumpwm.scm index eabc944..1e221b2 100644 --- a/oni/home/services/stumpwm.scm +++ b/oni/home/services/stumpwm.scm @@ -98,6 +98,7 @@ `(("stumpwm/config" ,(mixed-text-file "config" + ";; -*- mode: lisp; -*-\n" "(setq *locker-program* \"" (home-stumpwm-configuration-locker-program config) "\")\n" (serialize-text-config config (home-stumpwm-configuration-configurations config)))))) diff --git a/oni/home/services/stumpwm/config b/oni/home/services/stumpwm/stumpwm.lisp index 36208c5..9a74c10 100644 --- a/oni/home/services/stumpwm/config +++ b/oni/home/services/stumpwm/stumpwm.lisp @@ -1,4 +1,3 @@ -;; -*- mode: lisp; -*- (in-package :stumpwm-user) (require 'swank) |
