diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-01-05 12:28:43 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-01-05 12:28:43 -0600 |
commit | 32d34ac9c5e3b682800f65f24743f2f29af04347 (patch) | |
tree | 741ed93d3e3ce188ec3cf1eda784b37bbc237a7d /x11 | |
parent | 673999f18f1c49e4178101d56a9293e0e20aade1 (diff) | |
download | scripts-32d34ac9c5e3b682800f65f24743f2f29af04347.tar.xz scripts-32d34ac9c5e3b682800f65f24743f2f29af04347.zip |
change a few
Diffstat (limited to 'x11')
-rwxr-xr-x | x11/xvsync | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/sh # Since this script runs xrandr to get the connected monitors, it is unnecessary to run xrandr by itself in your xinitrc for monitor in `xrandr | sed -n 's/ connected.*//p'`; do - xrandr --output $monitor --set TearFree ${1:-on} + #xrandr --output $monitor --set TearFree ${1:-on} done |