fix: trackpad disabled while typing in gnome
This commit is contained in:
parent
c0e1fa60da
commit
a5317122d0
3 changed files with 6 additions and 2 deletions
|
@ -441,6 +441,9 @@ in
|
|||
mic-mute = [ "<Shift><Super>v" ];
|
||||
};
|
||||
|
||||
"org/gnome/desktop/peripherals/touchpad" = {
|
||||
disable-while-typing = false;
|
||||
};
|
||||
"org/gnome/desktop/peripherals/keyboard" = {
|
||||
# gnome key repeat
|
||||
repeat = true;
|
||||
|
|
|
@ -1264,6 +1264,7 @@
|
|||
createHome = false;
|
||||
home = dir;
|
||||
group = user;
|
||||
linger = true;
|
||||
};
|
||||
virtualisation.oci-containers.containers.minecraft-flanilla = {
|
||||
autoStart = false;
|
||||
|
@ -1347,6 +1348,7 @@
|
|||
createHome = false;
|
||||
home = lib.mkForce dir;
|
||||
group = user;
|
||||
# linger = true;
|
||||
};
|
||||
virtualisation.oci-containers.containers.minecraft-flanilla-creative = {
|
||||
autoStart = false;
|
||||
|
@ -1375,7 +1377,6 @@
|
|||
ENABLE_COMMAND_BLOCK = "true";
|
||||
};
|
||||
ports = [ "${toString port}:25565" ];
|
||||
|
||||
volumes = [
|
||||
"${dir}/data:/data"
|
||||
"${dir}/worlds:/worlds"
|
||||
|
|
|
@ -143,7 +143,7 @@ in
|
|||
"SSH" = 22;
|
||||
"HTTP" = 80;
|
||||
"HTTPS" = 443;
|
||||
"Minecraft Flanilla" = 26966;
|
||||
"Minecraft Flanilla Creative" = 26968;
|
||||
};
|
||||
udp = {
|
||||
"QUIC" = [
|
||||
|
|
Loading…
Add table
Reference in a new issue