summaryrefslogtreecommitdiff
path: root/tw/services/desktop.scm
diff options
context:
space:
mode:
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