Gnome : Change hover to click.
This commit is contained in:
parent
5ceff6c2fa
commit
3e8274b543
|
@ -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";
|
||||
};
|
||||
|
|
Reference in a new issue