diff options
Diffstat (limited to 'roles/lxde/files/config_files/xinitrc')
-rw-r--r-- | roles/lxde/files/config_files/xinitrc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roles/lxde/files/config_files/xinitrc b/roles/lxde/files/config_files/xinitrc new file mode 100644 index 0000000..2e77554 --- /dev/null +++ b/roles/lxde/files/config_files/xinitrc | |||
@@ -0,0 +1,15 @@ | |||
1 | ### replace /etc/X11/xinit/xinitrc and /etc/X11/xinit/xinitrc.d/* | ||
2 | dbus-update-activation-environment DISPLAY XAUTHORITY | ||
3 | ### | ||
4 | |||
5 | setxkbmap -layout fr -variant oss -model pc104 -option compose:menu -option compose:paus -option nbsp:level3 -option shift:breaks_caps -option terminate:ctrl_alt_bksp | ||
6 | |||
7 | #### The rest replaces a `exec startlxde` (To avoid the dbus-update-activation-environment) | ||
8 | # Enable GTK+2 integration for OpenOffice.org, if available. | ||
9 | export SAL_USE_VCLPLUGIN=gtk | ||
10 | |||
11 | export XDG_MENU_PREFIX="lxde-" | ||
12 | export XDG_CURRENT_DESKTOP="LXDE" | ||
13 | |||
14 | # Start the LXDE session | ||
15 | exec /usr/bin/lxsession -s LXDE -e LXDE | ||