summaryrefslogtreecommitdiff
path: root/tw/services/desktop.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-11-05 00:32:41 +0100
committerTimo Wilken2023-11-05 00:35:42 +0100
commitc3ef6ab1a62cf23cd15fd8865ec6bcdf8e7e4ad7 (patch)
treef31d4fea84535b0af61f5071ef82a65e1a90a153 /tw/services/desktop.scm
parent5098b845e9eb0b3a39495f4fd7890cae0d426c3e (diff)
Fix `match-record' indentation
Diffstat (limited to 'tw/services/desktop.scm')
-rw-r--r--tw/services/desktop.scm5
1 files changed, 2 insertions, 3 deletions
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 <home-desktop-layout-configuration>
- (desktop-background monitors)
+ (match-record config <home-desktop-layout-configuration> (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 <home-monitor-configuration>
- (name xrandr-options)
+ (name xrandr-options)
`("--output" ,name ,@xrandr-options)))
monitors))
;; Set the desktop background picture. Hopefully doing this just after