mirror of
https://github.com/zoriya/flake.git
synced 2026-06-03 02:52:29 +00:00
Disable cursor blinking for gtk apps
This commit is contained in:
@@ -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 = {
|
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" = {
|
"org/gnome/desktop/wm/preferences" = {
|
||||||
button-layout = "";
|
button-layout = "";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user