summaryrefslogtreecommitdiffstats
path: root/my.start
blob: bd84d6942374b34eaf77467f12f954e2ac6afda3 (plain)
1
2
3
4
5
#!/bin/sh
#echo 0f > /sys/kernel/debug/dri/0/pstate
cpupower frequency-set -g performance
setcap CAP_SYS_NICE=+ep `which kwin_wayland`
exit 0