odrling-overlay/x11-wm/dwm/files/0024-add-st-as-terminal.patch
2022-06-21 13:46:07 +02:00

25 lines
871 B
Diff

From d691b5401b22bb8a910f9fd5034a5a3beaa480f9 Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Thu, 26 May 2022 22:32:57 +0200
Subject: [PATCH 24/26] add st as terminal
---
config.def.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/config.def.h b/config.def.h
index 4fa056f..edd71ed 100644
--- a/config.def.h
+++ b/config.def.h
@@ -465,6 +465,7 @@ static const Rule rules[] = {
RULE(.class = "qBittorrent", .tags = 1 << 6, .switchtag = 1, .monitor = 0)
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 = "Chromium-browser-chromium", .label = "\uf268")
RULE(.class = "firefox", .label = "\uf269")
RULE(.class = "Thunderbird", .label = "\uf01c")
--
2.35.1