Created
January 25, 2020 17:31
-
-
Save grafov/648facc3869fedb605bdcf8905fddef6 to your computer and use it in GitHub Desktop.
my gaming settings for void linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo cpupower frequency-set -g performance >/dev/null | |
xrandr --output HDMI-0 --mode 1920x1080 --rate 60 --primary --output DVI-I-1 --off | |
feh -d --recursive --randomize --bg-scale /usr/share/backgrounds /usr/share/wallpapers 2>/dev/null | |
killall compton | |
nvidia-settings -l | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment