Gnome : Change hover to click.

This commit is contained in:
Dmitry Voronin 2024-02-24 18:15:06 +03:00
parent 5ceff6c2fa
commit 3e8274b543

View file

@ -10,7 +10,7 @@
};
programs.dconf.profiles.user = {
enableUserDb = true;
enableUserDb = true; # Delete `~/.config/dconf/user` to reset user settings.
databases = [{
settings = with lib.gvariant; {
"org/gnome/desktop/a11y" = {
@ -159,7 +159,7 @@
"org/gnome/desktop/wm/preferences" = {
action-middle-click-titlebar = "minimize";
action-right-click-titlebar = "menu";
focus-mode = "sloppy";
focus-mode = "click";
button-layout = "appmenu:close";
titlebar-font = "SF Pro Display 11";
};