wittle fix

This commit is contained in:
alisceon 2026-01-08 19:50:06 +01:00
parent 86a63e1131
commit 1b3a27539f
2 changed files with 7 additions and 9 deletions

View file

@ -362,9 +362,6 @@
enable_audio_bell = false;
window_padding_width = 2;
};
environment = {
SHELL_THICCNESS = "LOW"; # instructs xonsh to default to a slim environment
};
}; # end kitty
}; # end programs
gtk = {
@ -426,5 +423,6 @@
# setting GNOME_DESKTOP_SESSION_ID will fool some legacy systems into thinking we're running gnome
# this is an issue for xdg-open which can be circumvented by adding glib to the system which lets xdg-open fallback to gio-open
GNOME_DESKTOP_SESSION_ID = "999";
SHELL_THICCNESS = "LOW"; # instructs xonsh to default to a slim environment
};
} # end file