a
This commit is contained in:
parent
c7fc2bf05c
commit
825f847528
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue