4b9e65325f
* Bump WIFI drivers. * Add WIFI module quirk and WIFI not waking from sleep on Air. * Fix splash screen on rotated displays. * Move autostart to its own package.
9 lines
237 B
Bash
Executable file
9 lines
237 B
Bash
Executable file
#!/bin/sh
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
|
|
|
|
sysctl vm.swappiness=1
|
|
sysctl kernel.nmi_watchdog=0
|
|
sysctl vm.laptop_mode=5
|
|
sysctl vm.dirty_writeback_centisecs=1500
|
|
|