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" ];
|
mic-mute = [ "<Shift><Super>v" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"org/gnome/desktop/peripherals/touchpad" = {
|
||||||
|
disable-while-typing = false;
|
||||||
|
};
|
||||||
"org/gnome/desktop/peripherals/keyboard" = {
|
"org/gnome/desktop/peripherals/keyboard" = {
|
||||||
# gnome key repeat
|
# gnome key repeat
|
||||||
repeat = true;
|
repeat = true;
|
||||||
|
|
|
@ -1264,6 +1264,7 @@
|
||||||
createHome = false;
|
createHome = false;
|
||||||
home = dir;
|
home = dir;
|
||||||
group = user;
|
group = user;
|
||||||
|
linger = true;
|
||||||
};
|
};
|
||||||
virtualisation.oci-containers.containers.minecraft-flanilla = {
|
virtualisation.oci-containers.containers.minecraft-flanilla = {
|
||||||
autoStart = false;
|
autoStart = false;
|
||||||
|
@ -1347,6 +1348,7 @@
|
||||||
createHome = false;
|
createHome = false;
|
||||||
home = lib.mkForce dir;
|
home = lib.mkForce dir;
|
||||||
group = user;
|
group = user;
|
||||||
|
# linger = true;
|
||||||
};
|
};
|
||||||
virtualisation.oci-containers.containers.minecraft-flanilla-creative = {
|
virtualisation.oci-containers.containers.minecraft-flanilla-creative = {
|
||||||
autoStart = false;
|
autoStart = false;
|
||||||
|
@ -1375,7 +1377,6 @@
|
||||||
ENABLE_COMMAND_BLOCK = "true";
|
ENABLE_COMMAND_BLOCK = "true";
|
||||||
};
|
};
|
||||||
ports = [ "${toString port}:25565" ];
|
ports = [ "${toString port}:25565" ];
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
"${dir}/data:/data"
|
"${dir}/data:/data"
|
||||||
"${dir}/worlds:/worlds"
|
"${dir}/worlds:/worlds"
|
||||||
|
|
|
@ -143,7 +143,7 @@ in
|
||||||
"SSH" = 22;
|
"SSH" = 22;
|
||||||
"HTTP" = 80;
|
"HTTP" = 80;
|
||||||
"HTTPS" = 443;
|
"HTTPS" = 443;
|
||||||
"Minecraft Flanilla" = 26966;
|
"Minecraft Flanilla Creative" = 26968;
|
||||||
};
|
};
|
||||||
udp = {
|
udp = {
|
||||||
"QUIC" = [
|
"QUIC" = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue