gnome: focus follows mouse now
This commit is contained in:
parent
f24c213d20
commit
8abdebc9db
3
home.nix
3
home.nix
@ -134,6 +134,9 @@ with lib.hm.gvariant;
|
|||||||
"org/gnome/desktop/input-sources" = {
|
"org/gnome/desktop/input-sources" = {
|
||||||
"xkb-options" = [ "caps:escape" ];
|
"xkb-options" = [ "caps:escape" ];
|
||||||
};
|
};
|
||||||
|
"org/gnome/desktop/wm/preferences" = {
|
||||||
|
"focus-mode" = "sloppy";
|
||||||
|
};
|
||||||
"org/gnome/settings-daemon/plugins/power" = {
|
"org/gnome/settings-daemon/plugins/power" = {
|
||||||
"idle-dim" = false;
|
"idle-dim" = false;
|
||||||
"sleep-inactive-ac-type" = "nothing";
|
"sleep-inactive-ac-type" = "nothing";
|
||||||
|
Loading…
Reference in New Issue
Block a user