2019-03-16 00:52:47 -05:00
|
|
|
#!/bin/sh
|
|
|
|
|
2019-04-13 01:50:23 -05:00
|
|
|
% for output in host.get('outputs', []):
|
2019-03-16 00:52:47 -05:00
|
|
|
xrandr --output '${output['name']}' --set TearFree on \
|
|
|
|
% if output.get('config'):
|
|
|
|
${' '.join(output['config'])}\
|
|
|
|
%endif
|
|
|
|
|
|
|
|
% endfor
|
|
|
|
|
|
|
|
xset s 0 0
|
|
|
|
xset -dpms
|
|
|
|
|
2020-06-23 14:37:23 -05:00
|
|
|
exec /usr/bin/ck-launch-session \
|
|
|
|
/usr/bin/dbus-launch --sh-syntax --exit-with-session \
|
|
|
|
ssh-agent -t 3600 \
|
|
|
|
/usr/bin/i3
|