Generation 95 2024-04-21 15:31:49 (current)

This commit is contained in:
Jonas Röger 2024-04-21 15:31:50 +02:00
parent a02d988509
commit 2015c9dd45

View File

@ -99,6 +99,9 @@ in {
terminal = false;
categories = ["Application" "Development"];
mimeType = ["text/*"];
settings = {
StartupWMClass = "Doom Emacs";
};
};
doom-client = {
name = "Doom Emacs";
@ -110,6 +113,9 @@ in {
terminal = false;
categories = ["Application" "Development"];
mimeType = ["text/*"];
settings = {
StartupWMClass = "Doom Emacs";
};
};
};
};