diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 72e08a8..f32fcd4 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -469,7 +469,7 @@ awful.rules.rules = { instance = { "DTA", -- Firefox addon DownThemAll. "copyq", -- Includes session name in class. - }, + }, class = { "Arandr", "Gpick", @@ -479,7 +479,9 @@ awful.rules.rules = { "Wpa_gui", "pinentry", "veromix", - "xtightvncviewer"}, + "xtightvncviewer", + "keepassxc", + }, name = { "Event Tester", -- xev. @@ -488,7 +490,10 @@ awful.rules.rules = { "AlarmWindow", -- Thunderbird's calendar. "pop-up", -- e.g. Google Chrome's (detached) Developer Tools. } - }, properties = { floating = true }}, + }, properties = { floating = true, + ontop=true + } + }, -- Add titlebars to normal clients and dialogs { rule_any = {type = { "normal", "dialog" }