Disable cursor blinking for gtk apps

This commit is contained in:
2024-11-22 18:23:50 +01:00
parent 0dcc320239
commit 75fd9c4da4
+5 -2
View File
@@ -234,9 +234,12 @@ in {
];
};
# Disable close/resize buttons on GTK windows that really want CSD.
# gsettings set org.gnome.desktop.wm.preferences button-layout ""
dconf.settings = {
"org/gnome/desktop/interface" = {
cursor-blink = false;
};
# Disable close/resize buttons on GTK windows that really want CSD.
# gsettings set org.gnome.desktop.wm.preferences button-layout ""
"org/gnome/desktop/wm/preferences" = {
button-layout = "";
};