You are not logged in.

#1 2011-09-24 01:50:03

newarch2011
Member
Registered: 2011-09-18
Posts: 41

execute application issues with keybindings

for some reason when i use my keybindings to open applications with lxde they open in the background and do notget focus. is there a way to change this around? i am using the default lxde-rc.xml for keybindings.

Offline

#2 2011-09-24 01:54:23

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: execute application issues with keybindings

Something like this should be in your xml file:

<focus>
  <focusNew>yes</focusNew>
  <!-- always try to focus new windows when they appear. other rules do
       apply -->
  <followMouse>no</followMouse>
  <!-- move focus to a window when you move the mouse into it -->
  <focusLast>yes</focusLast>
  <!-- focus the last used window when changing desktops, instead of the one
       under the mouse pointer. when followMouse is enabled -->
  <underMouse>no</underMouse>
  <!-- move focus under the mouse, even when the mouse is not moving -->
  <focusDelay>200</focusDelay>
  <!-- when followMouse is enabled, the mouse must be inside the window for
       this many milliseconds (1000 = 1 sec) before moving focus to it -->
  <raiseOnFocus>no</raiseOnFocus>
  <!-- when followMouse is enabled, and a window is given focus by moving the
       mouse into it, also raise the window -->
</focus>

Adjust accordingly.


I laugh, yet the joke is on me

Offline

#3 2011-09-24 01:56:03

newarch2011
Member
Registered: 2011-09-18
Posts: 41

Re: execute application issues with keybindings

the sad clown wrote:

Something like this should be in your xml file:

<focus>
  <focusNew>yes</focusNew>
  <!-- always try to focus new windows when they appear. other rules do
       apply -->
  <followMouse>no</followMouse>
  <!-- move focus to a window when you move the mouse into it -->
  <focusLast>yes</focusLast>
  <!-- focus the last used window when changing desktops, instead of the one
       under the mouse pointer. when followMouse is enabled -->
  <underMouse>no</underMouse>
  <!-- move focus under the mouse, even when the mouse is not moving -->
  <focusDelay>200</focusDelay>
  <!-- when followMouse is enabled, the mouse must be inside the window for
       this many milliseconds (1000 = 1 sec) before moving focus to it -->
  <raiseOnFocus>no</raiseOnFocus>
  <!-- when followMouse is enabled, and a window is given focus by moving the
       mouse into it, also raise the window -->
</focus>

Adjust accordingly.

my file already matches this.

Offline

#4 2011-09-24 02:01:14

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: execute application issues with keybindings


I laugh, yet the joke is on me

Offline

#5 2011-09-24 02:19:14

newarch2011
Member
Registered: 2011-09-18
Posts: 41

Re: execute application issues with keybindings

still same issue

Offline

#6 2011-09-25 22:34:01

newarch2011
Member
Registered: 2011-09-18
Posts: 41

Re: execute application issues with keybindings

was there any additional ideas to fix this? i never had the issue before and it is quite annoying.

Offline

Board footer

Powered by FluxBB