# Ensure that sway shows the impass popup dialog appropriately

for_window [app_id="^impass$" ] {
   title_format "🔐%title"
   floating enable
   sticky enable
}
