Skip to content

Instantly share code, notes, and snippets.

@grafov
Created January 25, 2020 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grafov/648facc3869fedb605bdcf8905fddef6 to your computer and use it in GitHub Desktop.
Save grafov/648facc3869fedb605bdcf8905fddef6 to your computer and use it in GitHub Desktop.
my gaming settings for void linux
#!/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