diff --git a/makefile b/makefile --- a/makefile +++ b/makefile @@ -1,8 +1,5 @@ ### setup ### -performance_mode: - for x ( /sys/devices/system/cpu/cpufreq/policy*/scaling_governor) { echo performance | sudo tee $x } - packages: sudo aptitude install -y \ @@ -75,6 +72,9 @@ pull_github: qlc_artnet_dmx_proxy: qlcplus --open cur/qlc.qxw +performance_mode: + for x ( /sys/devices/system/cpu/cpufreq/policy*/scaling_governor) { echo performance | sudo tee $x } + no_screen_blanking: xset s off xset -dpms