Remove outdated xinit script
This commit is contained in:
parent
d1e224f636
commit
1711f94ecf
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
<% xinit = host.get('xinit', {}) %>\
|
||||
#!/bin/sh
|
||||
|
||||
% for output in xinit.get('outputs', []):
|
||||
xrandr --output '${output['name']}' --set TearFree on \
|
||||
% if output.get('config'):
|
||||
${' '.join(output['config'])}\
|
||||
%endif
|
||||
|
||||
% endfor
|
||||
|
||||
xset s 0 0
|
||||
xset -dpms
|
||||
|
||||
exec /usr/bin/ck-launch-session /usr/bin/dbus-launch --sh-syntax --exit-with-session /usr/bin/i3
|
Loading…
Add table
Reference in a new issue