From f8e981e6f0d2897ee57812b3d1407e4948737160 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 13 Aug 2023 18:17:40 +0300 Subject: [PATCH] whoops --- config/awesome/rc.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 78c630a7..caa2e440 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -454,8 +454,7 @@ awful.rules.rules = { -- All clients will match this rule. { rule = { - { class = "discord" }, - properties = { tag = "3" } + { class = "discord", properties = { tag = '3' } }, }, properties = { border_width = beautiful.border_width,