ill do thislater

This commit is contained in:
Sakooooo 2023-08-13 18:19:16 +03:00
parent f8e981e6f0
commit 6bd4ba642b
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -454,7 +454,6 @@ 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,
@ -595,7 +594,6 @@ local startupApps = {
'nm-applet', 'nm-applet',
'blueman-applet', 'blueman-applet',
'picom', 'picom',
'discord',
} }
local startupDone local startupDone