Re: destroy naughty notification from shell

2012-11-23 Thread Andrey Cherepivskiy
> I make a notification: > > $ echo "return naughty.notify({ text='foo', timeout=0 }).id" | awesome-client >double 1234 > > -- is there an easy way to destroy it? > Looks like I digged out some solution myself. $ echo "for s=1,screen.count() do for p,x in pairs(naughty.notifications[s]) do fo

Naughty doesn't display text line if title line has tall characters

2016-02-16 Thread Andrey Cherepivskiy
Hi all! Since Gentoo finally unmasked Awesome 3.5, I upgraded from 3.4 and successfully went through upgrade troubles, excluding this funny issue. $ echo "naughty.notify({font = 'sans 8', title = 'Title', text = 'Some message text', timeout = 0})" | awesome-client - $ echo "naughty.notify({font =