# HG changeset patch # User drewp@bigasterisk.com # Date 2024-05-14 21:38:49 # Node ID f3b8dfcf84630492ff7240959ff2f1401a090c27 # Parent 485148ef5686f4551c374a0e80c8f73694b52db8 reorder 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