From 2015c9dd45c90dcbcce8512a15eefc88799814d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 21 Apr 2024 15:31:50 +0200 Subject: [PATCH] Generation 95 2024-04-21 15:31:49 (current) --- home/jonas/doom.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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"; + }; }; }; };