Re: (KDE) Plasma 5 and Awesome

2015-08-11 Thread Olivier Peyrusse
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

Re: attempt to index global 'wibox' (a nil value)

2015-10-01 Thread Olivier Peyrusse
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

Re: Reparenting windows manager

2015-10-08 Thread Olivier Peyrusse
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

Re: setting keyboard layout

2016-09-10 Thread Olivier Peyrusse
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