From 913ee1d8088fb81a996a1e37d8debe57f10e4de7 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Thu, 2 Jun 2022 15:36:09 +0300 Subject: [PATCH] Added spawn rulse to several apps --- .config/awesome/rc.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 8612826c..621d884b 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -552,6 +552,12 @@ awful.rules.rules = { class = { "Thunderbird", "discord", "telegram-desktop", "TelegramDesktop" } }, properties = { screen = 1, tag = "8" } }, + { + rule_any = { + class = { "spotify", "Spotify", "corectrl" }, + name = { "Spotify", "CoreCtrl" } + }, properties = { screen = 1, tag = "9" } + }, -- Set Firefox to always map on the tag named "2" on screen 1. -- { rule = { class = "Firefox" },