From b3530d7c4a102935fa26498a160ee1dc6c1e9c03 Mon Sep 17 00:00:00 2001 From: delta Date: Fri, 4 Jul 2025 00:38:29 +0200 Subject: :3 --- .config/awesome/misc/rules.lua | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) (limited to '.config/awesome/misc/rules.lua') diff --git a/.config/awesome/misc/rules.lua b/.config/awesome/misc/rules.lua index 92ac596..18b11f1 100644 --- a/.config/awesome/misc/rules.lua +++ b/.config/awesome/misc/rules.lua @@ -19,6 +19,17 @@ ruled.client.connect_signal("request::rules", function() }, }, + { + id = "unlock_db", + rule = { + name = "Unlock Database - KeePassXC", + }, + properties = { + sticky = true, + floating = true, + }, + }, + { id = "titlebars", rule_any = { @@ -56,7 +67,7 @@ ruled.client.connect_signal("request::rules", function() { id = "chat_tag", rule_any = { - class = { "discord" }, + class = { "fractal" }, }, properties = { screen = 1, @@ -64,17 +75,17 @@ ruled.client.connect_signal("request::rules", function() }, }, - { - id = "music_tag", - rule_any = { - class = { "Spotify" }, - }, - properties = { - screen = 1, - tag = awful.screen.focused().tags[4], - titlebars_enabled = false, - }, - }, + -- { + -- id = "music_tag", + -- rule_any = { + -- class = { "Spotify" }, + -- }, + -- properties = { + -- screen = 1, + -- tag = awful.screen.focused().tags[4], + -- titlebars_enabled = false, + -- }, + -- }, { id = "code_tag", @@ -83,7 +94,7 @@ ruled.client.connect_signal("request::rules", function() }, properties = { screen = 1, - tag = awful.screen.focused().tags[5], + tag = awful.screen.focused().tags[4], }, }, @@ -94,7 +105,7 @@ ruled.client.connect_signal("request::rules", function() }, properties = { screen = 1, - tag = awful.screen.focused().tags[6], + tag = awful.screen.focused().tags[5], }, }, } -- cgit v1.2.3