diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2009-01-19 14:54:16 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2009-01-19 14:54:16 +0000 |
commit | d58de8f7e773b91b7ddca0f38e69f45b374ee0d3 (patch) | |
tree | 1a990b138ba6797a23b25b6b58300bca94979f30 /common/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml | |
parent | 2f1d5a9f1c84f95dba9afbed6aa0a8d69541a310 (diff) | |
download | config-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.tar config-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.tar.gz config-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.tar.bz2 config-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.tar.xz config-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.zip |
- fix xfce4-session.xml file, xfce should start fine
- add config files for xfce4-appfinder.xml
- tune up Thunar windw apperance, use compact view as default
- use evdev as a default driver for keyboard
- add more xfwm4 settings
- tune up keyboard shortcuts, should be working again
Diffstat (limited to 'common/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml')
-rw-r--r-- | common/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml b/common/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml index b536a7e..2f4ae3d 100644 --- a/common/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml +++ b/common/xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml @@ -3,5 +3,6 @@ <channel name="keyboard-layout" version="1.0"> <property name="Default" type="empty"> <property name="XkbDisable" type="bool" value="true"/> + <property name="XkbModel" type="string" value="evdev"/> </property> </channel> |