This commit is contained in:
Sakooooo 2023-08-13 18:16:05 +03:00
parent c7fc2bf05c
commit 825f847528
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -454,6 +454,8 @@ awful.rules.rules = {
-- All clients will match this rule. -- All clients will match this rule.
{ {
rule = { rule = {
{ class = "discord" },
properties = { tag = "3" }
}, },
properties = { properties = {
border_width = beautiful.border_width, border_width = beautiful.border_width,
@ -594,7 +596,7 @@ local startupApps = {
'nm-applet', 'nm-applet',
'blueman-applet', 'blueman-applet',
'picom', 'picom',
{ 'discord', { tag = '3' } }, 'discord',
} }
local startupDone local startupDone