From 825f847528469868206c822583dceb73fcb44b31 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 13 Aug 2023 18:16:05 +0300 Subject: [PATCH] a --- config/awesome/rc.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index d773265d..78c630a7 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -454,6 +454,8 @@ awful.rules.rules = { -- All clients will match this rule. { rule = { + { class = "discord" }, + properties = { tag = "3" } }, properties = { border_width = beautiful.border_width, @@ -594,7 +596,7 @@ local startupApps = { 'nm-applet', 'blueman-applet', 'picom', - { 'discord', { tag = '3' } }, + 'discord', } local startupDone