home: gtk2: Disable tooltips

restic-rest-server
Simon Bruder 2020-08-24 20:59:44 +02:00
parent a38caf06ac
commit d0d231a49d
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 4 additions and 0 deletions

View File

@ -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
'';
};
};
}