Add data configuration for X11
This commit is contained in:
parent
ba62fe7746
commit
f811c85465
1 changed files with 6 additions and 0 deletions
6
x11/.config/X11/machines/data.sh
Executable file
6
x11/.config/X11/machines/data.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
# Enable the use of NVidia card
|
||||
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||
xrandr --auto
|
||||
xrandr --dpi 96
|
Loading…
Reference in a new issue