| View previous topic :: View next topic |
| Author |
Message |
syn0ptik Apprentice


Joined: 09 Jan 2013 Posts: 176
|
Posted: Sun Jan 27, 2013 11:47 pm Post subject: gnome: activate windows under cursor |
|
|
| How that make, I need to adjust something for changing the behavior of windows activation with no clicking. |
|
| Back to top |
|
 |
eccerr0r Advocate

Joined: 01 Jul 2004 Posts: 2995 Location: USA
|
Posted: Mon Jan 28, 2013 2:01 am Post subject: |
|
|
Gnome2:
In System/Preferences/Window select "Select Windows when the mouse moves over them" _________________ Core-i7-2700K@4.1GHz/8GB RAM/180GB SSD/Intel HD3000 graphics
What the heck am I advocating? |
|
| Back to top |
|
 |
syn0ptik Apprentice


Joined: 09 Jan 2013 Posts: 176
|
Posted: Mon Jan 28, 2013 5:38 am Post subject: |
|
|
okay, seems found it, but what if I need adjust it for all users.
| Code: | cat /home/user/.gconf/apps/metacity/general/%gconf.xml
<?xml version="1.0"?>
<gconf>
<entry name="auto_raise" mtime="1359365043" type="bool" value="false">
</entry>
<entry name="focus_mode" mtime="1359365038" type="string">
<stringvalue>sloppy</stringvalue>
</entry>
</gconf>
|
I not found metacity configurations in /usr/share/
just
| Code: | /usr/share/pygtk/2.0/defs/metacity.defs:(define-function focus_mode_get_type
/usr/share/pygtk/2.0/defs/metacity.defs: (c-name "meta_focus_mode_get_type")
|
|
|
| Back to top |
|
 |
|