dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

commit df37469d6f5062fd8f1087829eb411d3c891138f
parent dde4d4dbc938cbc53ad012f4affb88be2b69fc99
Author: regexghost <dev@regexghost.com>
Date:   Fri, 14 Aug 2026 20:30:15 +0100

get rid of keyboard error messages on console 1

Diffstat:
Aother/20-no-console-print.conf | 3+++
Mother/Makefile | 1+
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/other/20-no-console-print.conf b/other/20-no-console-print.conf @@ -0,0 +1,3 @@ +# https://superuser.com/questions/351387/how-to-stop-kernel-messages-from-flooding-my-console +# https://serverfault.com/questions/954499/sysctl-not-sticking-after-reboot +kernel.printk = 3 4 1 7 diff --git a/other/Makefile b/other/Makefile @@ -10,3 +10,4 @@ normal: cp Xmodmap "${PREFIX}/wm-scripts/Xmodmap" sudo cp no-wifi-powersave.conf /etc/NetworkManager/conf.d/no-wifi-powersave.conf sudo systemctl restart NetworkManager + sudo cp 20-no-console-print.conf /etc/sysctl.d/20-no-console-print.conf