summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-08-25 08:27:23 +0300
committerThanos Apollo <[email protected]>2023-08-25 09:09:27 +0300
commitbb03a12cb510c224fa496ddbe4eced6cfb07512c (patch)
treee8d2d0cff0a29b0cdc13bb885accfaf0a675a8e2
parent52ff88a4dba6f90459aed195c207686dd51ef131 (diff)
stumpwm: fix sly
-rw-r--r--stumpwm.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/stumpwm.org b/stumpwm.org
index ccdcd72..cb049e5 100644
--- a/stumpwm.org
+++ b/stumpwm.org
@@ -30,11 +30,11 @@
(ql:quickload :slynk)
- (stumpwm:defcommand sly-start-server ()
+ (stumpwm:defcommand sly-start-server () ()
"Start a slynk server for sly."
(sb-thread:make-thread (lambda () (slynk:create-server :dont-close t))))
- (stumpwm:defcommand sly-stop-server ()
+ (stumpwm:defcommand sly-stop-server () ()
"Stop current slynk server for sly."
(sb-thread:make-thread (lambda () (slynk:stop-server 4005))))