Removed extra rules
parent
39b6e5251a
commit
3f29fe5d09
|
@ -39,31 +39,7 @@ return {
|
|||
},
|
||||
|
||||
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.
|
||||
--[[
|
||||
|
|
Loading…
Reference in New Issue