# HG changeset patch # User Steve Losh # Date 1568038093 14400 # Node ID b99b818e2725861f9113826a7886d22ad64adde7 # Parent 9d8af88da734df74652c5c9082fa3880cc9d2707 More diff -r 9d8af88da734 -r b99b818e2725 stumpwmrc --- 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"