diff options
| author | 2025-06-21 08:52:56 -0700 | |
|---|---|---|
| committer | 2025-06-21 08:52:56 -0700 | |
| commit | fd5eaeb4c3d1d5f28e5bfbb74b6e1b3ff56f94c9 (patch) | |
| tree | 01ccaf1d5b790754395a3e7a6367a16ebf9e36d9 /oni | |
| parent | ed31162161e26377a75cf601ed8557a509c3079b (diff) | |
| download | new-dotfiles-fd5eaeb4c3d1d5f28e5bfbb74b6e1b3ff56f94c9.tar.gz new-dotfiles-fd5eaeb4c3d1d5f28e5bfbb74b6e1b3ff56f94c9.zip | |
Stumpwm: Fix location of desktop list script
Diffstat (limited to 'oni')
| -rw-r--r-- | oni/home/services/stumpwm/pop-os-config.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oni/home/services/stumpwm/pop-os-config.lisp b/oni/home/services/stumpwm/pop-os-config.lisp index 7651aed..ae9c3de 100644 --- a/oni/home/services/stumpwm/pop-os-config.lisp +++ b/oni/home/services/stumpwm/pop-os-config.lisp @@ -46,7 +46,7 @@ (defun pop-os-load-applications () (mapcar (lambda (s) (split-string s " ")) (split-string (with-output-to-string (mystr) - (sb-ext:run-program "/home/tomwillemsen/sources/10-diamond-interactive/chanced-scripts/list-desktop-files" '() :output mystr))))) + (sb-ext:run-program "/home/tomwillemsen/code/diamond-interactive/chanced-scripts/list-desktop-files" '() :output mystr))))) (define-stumpwm-type :application (input prompt) (or (argument-pop input) |
