mirror of
https://github.com/zoriya/flake.git
synced 2026-05-31 10:02:47 +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 = {
|
||||
"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 = "";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user