Transition to Sway/Wayland over i3/X11
This commit is contained in:
parent
b107c2ce6e
commit
0eda6f8e97
3 changed files with 5 additions and 16 deletions
5
hosts/faithful.toml
Normal file
5
hosts/faithful.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
base16-scheme = "seti"
|
||||
wireless = ["wlp4s0"]
|
||||
ethernet = ["enp2s0"]
|
||||
disks = ["/"]
|
||||
outputs = []
|
|
@ -1,16 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
% for output in host.get('outputs', []):
|
||||
xrandr --output '${output['name']}' --set TearFree on \
|
||||
% if output.get('config'):
|
||||
${' '.join(output['config'])}\
|
||||
%endif
|
||||
|
||||
% endfor
|
||||
|
||||
xset s 0
|
||||
xset -dpms
|
||||
|
||||
exec /usr/bin/dbus-launch --sh-syntax --exit-with-session \
|
||||
ssh-agent -t 3600 \
|
||||
/usr/bin/i3
|
Loading…
Add table
Reference in a new issue