home: gtk2: Disable tooltips
This commit is contained in:
parent
a38caf06ac
commit
d0d231a49d
|
@ -38,6 +38,10 @@ in
|
|||
package = pkgs.gnome3.adwaita-icon-theme;
|
||||
name = "Adwaita";
|
||||
};
|
||||
# Tooltips remain visible when switching to another workspace
|
||||
gtk2.extraConfig = ''
|
||||
gtk-enable-tooltips = 0
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue