java issues

2014-06-23 Thread Manner Róbert
Hi, I am experiencing that most java applications show blank ui, without any characters and content on them. I understand that this is a reparenting/non reparenting issue, and could be solved previously fine with wmname LG3D or export _JAVA_AWT_WM_NONREPARENTING=1 but recently this does not seem

Re: java issues

2014-06-23 Thread Evgeny Pakhomov
Hi Robert, I didn't have the problem you're facing but I've experienced the wrong mouse position for any context menu or combo box in java applications. The only thing that helped me is changing the java's version and ensuring that every java application uses it (many apps have their own JRE

Move/change mouse pointer to next/prev screen

2014-06-23 Thread Tomás Solar Castro
Hi guys, I used awesome a lot, but last time I was using GNOME because a lot of things... Well, I always missed very much awesome, so now that I have time to re-configure my rc.lua I want to come back to it. One thing that I used so much but I forgot is how to change or move the mouse pointer

Re: Move/change mouse pointer to next/prev screen

2014-06-23 Thread Markus Fuchs
Hi, One thing that I used so much but I forgot is how to change or move the mouse pointer to next or previous screen. I used a keyboard shortcut but I can't remember it :( This is an excerpt of my rc.lua: awful.key({ modkey, Control }, w, function () awful.screen.focus_relative(-1) end)

Re: Move/change mouse pointer to next/prev screen

2014-06-23 Thread Tomás Solar Castro
yay, thank you! :D On Mon, Jun 23, 2014 at 2:56 PM, Markus Fuchs mfuch...@gmail.com wrote: Hi, One thing that I used so much but I forgot is how to change or move the mouse pointer to next or previous screen. I used a keyboard shortcut but I can't remember it :( This is an excerpt