--- a/stumpwmrc Mon Aug 26 18:29:46 2019 -0400
+++ b/stumpwmrc Mon Sep 09 10:08:13 2019 -0400
@@ -59,12 +59,14 @@
(stumpwm::tile-group-current-frame (current-group)))
-(defun debug-log (&rest args)
+(defun debug-log (string &rest args)
(with-open-file (s "/home/sjl/stumpwm.debug.log"
:direction :output
:if-exists :append
:if-does-not-exist :create)
- (apply #'format s args)))
+ (apply #'format s string args)
+ (fresh-line s))
+ (first args))
(defun keywordize (string)
@@ -543,6 +545,7 @@
("F34" "prev-in-frame"))
+
;; (stumpwm::unbind-remapped-keys)
(define-remapped-keys
'(("st-256color"