theme qt6
among other things..
This commit is contained in:
parent
20108064de
commit
4cca1dc327
16 changed files with 326 additions and 136 deletions
|
|
@ -49,6 +49,7 @@ in {
|
|||
systemd
|
||||
ripgrep
|
||||
mullvad
|
||||
killall
|
||||
sd
|
||||
];
|
||||
};
|
||||
|
|
@ -127,9 +128,9 @@ in {
|
|||
echo performance | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
|
||||
|
||||
# Isolate host to core 0
|
||||
systemctl set-property --runtime -- user.slice AllowedCPUs=0-6
|
||||
systemctl set-property --runtime -- system.slice AllowedCPUs=0-6
|
||||
systemctl set-property --runtime -- init.scope AllowedCPUs=0-6
|
||||
systemctl set-property --runtime -- user.slice AllowedCPUs=0-8
|
||||
systemctl set-property --runtime -- system.slice AllowedCPUs=0-8
|
||||
systemctl set-property --runtime -- init.scope AllowedCPUs=0-8
|
||||
|
||||
# disable vpn
|
||||
mullvad disconnect -w
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue