1
0
Fork 0
mirror of https://github.com/inexcode/dotfiles synced 2024-11-21 20:11:26 +00:00
dotfiles/.xinitrc
2019-06-18 02:47:02 +03:00

9 lines
303 B
Plaintext

# Stop tearing on Nvidia + Intel laptops.
# That's not enough: please, refer to chapter 32 of NVIDIA driver readme.
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --output eDP-1-1 --set "PRIME Synchronization" 1
xrandr --auto
# Start GNOME
export XDG_MENU_PREFIX=gnome-
exec gnome-session