diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2023-04-24 13:41:34 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2023-04-24 13:41:34 +0200 |
| commit | bf4d91f47909c582954720cd111b084861d07f9a (patch) | |
| tree | 95974c039e1f53dfc4031db91a3ea063c627ae78 /config/x11 | |
| parent | 2888382b7be6c7aa4d5f830d6bc029b3886e7ae2 (diff) | |
| download | dotfiles-bf4d91f47909c582954720cd111b084861d07f9a.tar.gz dotfiles-bf4d91f47909c582954720cd111b084861d07f9a.tar.bz2 dotfiles-bf4d91f47909c582954720cd111b084861d07f9a.zip | |
Added nvidia option to remove screen tearing, Added /opt/cuda/bin to PATH
Diffstat (limited to 'config/x11')
| -rwxr-xr-x | config/x11/xinitrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/x11/xinitrc b/config/x11/xinitrc index 19d5d9f..4f5cddf 100755 --- a/config/x11/xinitrc +++ b/config/x11/xinitrc @@ -32,6 +32,8 @@ case "$(cat /etc/hostname)" in ;; esac +# fix screen tearing +nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }" # awesome xmonad || { xmonad --recompile; xmonad; } |
