Open kleinpetr opened 4 years ago
Ok I am found the naught solution like this
awful.spawn.easy_async_with_shell('nextkblayout', function(out)
naughty.notify({
title = 'Keyboard layout switched',
text = out
})
end)
but the notify appears after few seconds, not at the same moment
Hey,
is there some chance to generate custom notification via awful?
I am creating my own sh script for toggling keyboard layouts like this
and rebind the keys/global.lua shortcut mod+space, like this
is it possible?