SQ norman

This commit is contained in:
Hendrik Sokolowski 2023-04-01 16:49:01 +02:00
parent 8a270f07ed
commit 0a32492e8e
4 changed files with 5 additions and 3 deletions

View file

@ -0,0 +1 @@
input 2:7:SynPS/2_Synaptics_TouchPad events disabled

View file

@ -36,8 +36,8 @@
services.tlp = {
enable = true;
settings = {
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
CPU_SCALING_GOVERNOR_ON_AC = "performance";
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
# The following prevents the battery from charging fully to
# preserve lifetime. Run `tlp fullcharge` to temporarily force
@ -49,7 +49,7 @@
# 100 being the maximum, limit the speed of my CPU to reduce
# heat and increase battery usage:
CPU_MAX_PERF_ON_AC = 100;
CPU_MAX_PERF_ON_BAT = 30;
CPU_MAX_PERF_ON_BAT = 50;
};
};

View file

@ -20,6 +20,7 @@ in {
pub-solar.audio.bluetooth.enable = false;
home-manager.users."${psCfg.user.name}".xdg.configFile = mkIf psCfg.sway.enable {
"sway/config.d/10-inputs.conf".source = ./.config/sway/config.d/inputs.conf;
"sway/config.d/10-screens.conf".source = ./.config/sway/config.d/screens.conf;
"sway/config.d/10-custom-keybindings.conf".source = ./.config/sway/config.d/custom-keybindings.conf;
};

View file

@ -82,7 +82,7 @@
];
# Set this to the server IP and port.
endpoint = "vpn.gssws.de:51899";
endpoint = "80.244.242.2:51899";
# Send keepalives every 25 seconds. Important to keep NAT tables alive.
persistentKeepalive = 25;