summaryrefslogtreecommitdiffstats
path: root/my.start
diff options
context:
space:
mode:
Diffstat (limited to 'my.start')
-rwxr-xr-xmy.start5
1 files changed, 5 insertions, 0 deletions
diff --git a/my.start b/my.start
new file mode 100755
index 0000000..bd84d69
--- /dev/null
+++ b/my.start
@@ -0,0 +1,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