Hi all,
I cannot configure KDE Dolphin to float and show a titlebar.
I have this in my rc.lua:
{ rule = { name = "dolphin" },
callback = awful.titlebar.add,
properties = { floating = true }
},
{ rule = { name = "Dolphin" },
callback = awful.titlebar.add,
properties = { floating = true }
},
I also tried
{ rule = { class = "dolphin" },
callback = awful.titlebar.add,
properties = { floating = true }
},
{ rule = { class = "Dolphin" },
callback = awful.titlebar.add,
properties = { floating = true }
},
I can't get Dolphin to show with a titlebar.
What am I doing wrong?
I have successfully configured lots of other applications to show a titlebar.
I am running 3.4.15-1 under linux mint.
Thank you,
Rainer
--
To unsubscribe, send mail to [email protected].