diff options
author | root <root@gocchin.haxx.dafuq> | 2021-11-19 22:52:53 -0600 |
---|---|---|
committer | root <root@gocchin.haxx.dafuq> | 2021-11-19 22:52:53 -0600 |
commit | 5d4532f601cb9225bbc911a13bedbb48c0499686 (patch) | |
tree | 848d02f3ce1e1dfa916a158c79fd34393d70b679 /my.start | |
parent | 3bba09219b5e050951b1036ae924145dfbc5fc76 (diff) | |
download | gentoox-5d4532f601cb9225bbc911a13bedbb48c0499686.tar.gz gentoox-5d4532f601cb9225bbc911a13bedbb48c0499686.tar.bz2 gentoox-5d4532f601cb9225bbc911a13bedbb48c0499686.zip |
use dash as default shell
Diffstat (limited to 'my.start')
-rwxr-xr-x | my.start | 5 |
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 |