From c3ef6ab1a62cf23cd15fd8865ec6bcdf8e7e4ad7 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 5 Nov 2023 00:32:41 +0100 Subject: Fix `match-record' indentation --- tw/services/desktop.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tw/services/desktop.scm') diff --git a/tw/services/desktop.scm b/tw/services/desktop.scm index b0bb4e8a..c04b2feb 100644 --- a/tw/services/desktop.scm +++ b/tw/services/desktop.scm @@ -72,8 +72,7 @@ background. An initial @code{~/} is replaced with $HOME/.") (stop #~(make-kill-destructor)))) (define (desktop-layout-services config) - (match-record config - (desktop-background monitors) + (match-record config (desktop-background monitors) (cons* (shepherd-service (documentation "Set up X displays on login.") (provision '(xorg-setup)) @@ -91,7 +90,7 @@ background. An initial @code{~/} is replaced with $HOME/.") (system* #$(file-append xrandr "/bin/xrandr") #$@(append-map (lambda (monitor) (match-record monitor - (name xrandr-options) + (name xrandr-options) `("--output" ,name ,@xrandr-options))) monitors)) ;; Set the desktop background picture. Hopefully doing this just after -- cgit v1.2.3