gnome: disable hot corners
This commit is contained in:
parent
2eeecb0bee
commit
77995b7f96
1 changed files with 3 additions and 1 deletions
|
@ -60,6 +60,9 @@ in
|
|||
"org/gnome/desktop/input-sources" = {
|
||||
xkb-options = [ "compose:ralt" ];
|
||||
};
|
||||
"org/gnome/desktop/interface" = {
|
||||
enable-hot-corners = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs.gnomeExtensions; [
|
||||
|
@ -81,4 +84,3 @@ in
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue