diff --git a/home/jonas/doom.nix b/home/jonas/doom.nix index 794b5e8..867e5a1 100644 --- a/home/jonas/doom.nix +++ b/home/jonas/doom.nix @@ -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"; + }; }; }; };