odrling-overlay/x11-wm/dwm/files/0025-add-discord-icon-ig.patch

25 lines
841 B
Diff

From 781fec2e6fcc618c03fa2121b7652e2406e72743 Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Mon, 30 May 2022 01:53:40 +0200
Subject: [PATCH 25/27] add discord icon ig
---
config.def.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/config.def.h b/config.def.h
index ccb9ed1..7abedf9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -490,6 +490,7 @@ static const Rule rules[] = {
RULE(.class = "mpv", .instance = "syncplay-mpv", .monitor = 1, .noswallow = 1)
RULE(.class = "Alacritty", .isterminal = 1, .label = "\uf120")
RULE(.class = "st-256color", .isterminal = 1, .label = "\uf120")
+ RULE(.class = "discord", .label = "\uf2ee")
RULE(.class = "Chromium-browser-chromium", .label = "\uf268")
RULE(.class = "firefox", .label = "\uf269")
RULE(.class = "Thunderbird", .label = "\uf01c")
--
2.37.2