Removed extra rules

master
Mark 2022-07-16 19:26:46 -07:00
parent 39b6e5251a
commit 3f29fe5d09
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 1 additions and 25 deletions

View File

@ -39,31 +39,7 @@ return {
}, },
properties = { floating = true } properties = { floating = true }
}, }
-- Keep passwordsafe on top
{
rule_any = { class={"pwsafe","Pwsafe"} },
properties = {
floating = true,
ontop = true
}
},
-- Custom rules for a floating, transparent terminal
{
rule = { class="kitty-noblur" },
properties = {
floating = true,
ontop = true,
sticky = true,
border_color = beautiful.titlebar_fg_normal,
border_width = 0
}
},
-- Set Firefox to always map on the tag named "2" on screen 1. -- Set Firefox to always map on the tag named "2" on screen 1.
--[[ --[[