Fix xinitrc line breaks
This commit is contained in:
parent
6afa15d7d7
commit
7dd060b284
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue