SQ norman
This commit is contained in:
parent
8a270f07ed
commit
0a32492e8e
1
hosts/norman/.config/sway/config.d/inputs.conf
Normal file
1
hosts/norman/.config/sway/config.d/inputs.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
input 2:7:SynPS/2_Synaptics_TouchPad events disabled
|
|
@ -36,8 +36,8 @@
|
||||||
services.tlp = {
|
services.tlp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
|
|
||||||
CPU_SCALING_GOVERNOR_ON_AC = "performance";
|
CPU_SCALING_GOVERNOR_ON_AC = "performance";
|
||||||
|
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
|
||||||
|
|
||||||
# The following prevents the battery from charging fully to
|
# The following prevents the battery from charging fully to
|
||||||
# preserve lifetime. Run `tlp fullcharge` to temporarily force
|
# preserve lifetime. Run `tlp fullcharge` to temporarily force
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
# 100 being the maximum, limit the speed of my CPU to reduce
|
# 100 being the maximum, limit the speed of my CPU to reduce
|
||||||
# heat and increase battery usage:
|
# heat and increase battery usage:
|
||||||
CPU_MAX_PERF_ON_AC = 100;
|
CPU_MAX_PERF_ON_AC = 100;
|
||||||
CPU_MAX_PERF_ON_BAT = 30;
|
CPU_MAX_PERF_ON_BAT = 50;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,7 @@ in {
|
||||||
pub-solar.audio.bluetooth.enable = false;
|
pub-solar.audio.bluetooth.enable = false;
|
||||||
|
|
||||||
home-manager.users."${psCfg.user.name}".xdg.configFile = mkIf psCfg.sway.enable {
|
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-screens.conf".source = ./.config/sway/config.d/screens.conf;
|
||||||
"sway/config.d/10-custom-keybindings.conf".source = ./.config/sway/config.d/custom-keybindings.conf;
|
"sway/config.d/10-custom-keybindings.conf".source = ./.config/sway/config.d/custom-keybindings.conf;
|
||||||
};
|
};
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
# Set this to the server IP and port.
|
# 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.
|
# Send keepalives every 25 seconds. Important to keep NAT tables alive.
|
||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
|
|
Loading…
Reference in a new issue