Compare commits

...

2 Commits

Author SHA1 Message Date
lub 00eb595dc9 sway disable adaptive sync by default
only enable it during gaming to prevent flickering in normal desktop usage

https://github.com/swaywm/sway/issues/5076
8 months ago
lub 7645fe200b enable SSHFP dns lookups 8 months ago

@ -1,5 +1,6 @@
Host *
AddKeysToAgent yes
VerifyHostKeyDNS yes
Host kyle
Hostname kyle.lubi.link

@ -30,7 +30,7 @@ output * bg ~/.wallpaper fill
#
# You can get the names of your outputs by running: swaymsg -t get_outputs
output * adaptive_sync on
output * adaptive_sync off
### Idle configuration
#

Loading…
Cancel
Save