From 7dd060b2843e824db5e6aa534c1ef1e475e5ed2d Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Wed, 30 Jan 2019 01:47:11 -0600 Subject: [PATCH] Fix xinitrc line breaks --- templates/.xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/.xinitrc b/templates/.xinitrc index 389dd47..7e0a8a9 100644 --- a/templates/.xinitrc +++ b/templates/.xinitrc @@ -4,10 +4,10 @@ % for output in xinit.get('outputs', []): xrandr --output '${output['name']}' --set TearFree on \ % if output.get('config'): -${' '.join(output['config'])} +${' '.join(output['config'])}\ %endif -% endfor +% endfor xset s 0 0 xset -dpms