Hello Max,
I also used plasma 5 and awesome on debian.
I still have some issue but here are my findings. Awesome bar does not
display on the first tag. It is hidden by plasma main window - that you can
hide with meta+n. On the other tags, it works fine.
For me, window management worked fine. Howev
Hello Mohsen,
>From awesome 3.5, you have to assign variables to modules you load.
I think this is part of a more clean architecture as modules instead of
global everywhere.
I suspect you have:
require("wibox")
where it should now be:
local wibox = require("wibox")
Hoping this will help you
Bes
Hello Javier,
I have no idea if awesome is a re-parenting window manager (and I don't
event know what it is). Sorry for that part. I let competent people answer
you.
Just wanted to complete what the previous answers were saying. In the wiki,
you have a full page of tips and fixs for Java issues:
h
Hello Nulik,
in my answer, I suppose that you use the latest script version with
setxkbmap.
First thing first, if you look at the script, "Foo" being the 3rd parameter
(and lua being 1-index based), it will be the caption display in the widget
for your keyboard configuration.
kbdcfg.widget:set_t