6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
# xdg-base-dir override of nvidia-settings
|
||
|
|
||
|
/bin/nvidia-settings --config "$XDG_CONFIG_HOME/nvidia/settings" "$@"
|