7 lines
135 B
Bash
7 lines
135 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
# Enable the use of NVidia card
|
||
|
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||
|
xrandr --auto
|
||
|
xrandr --dpi 96
|