odrling-overlay/x11-wm/dwm/files/0025-add-discord-icon-ig.patch
2022-06-21 13:46:07 +02:00

25 lines
841 B
Diff

From 66466df4143fb47789e03b7ad182b7fdd256bf6d Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Mon, 30 May 2022 01:53:40 +0200
Subject: [PATCH 25/26] add discord icon ig
---
config.def.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/config.def.h b/config.def.h
index edd71ed..7357e1e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -466,6 +466,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.35.1