summaryrefslogtreecommitdiff
path: root/dotfiles/lxde/config_files/xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/lxde/config_files/xinitrc')
-rw-r--r--dotfiles/lxde/config_files/xinitrc15
1 files changed, 15 insertions, 0 deletions
diff --git a/dotfiles/lxde/config_files/xinitrc b/dotfiles/lxde/config_files/xinitrc
new file mode 100644
index 0000000..e3bd830
--- /dev/null
+++ b/dotfiles/lxde/config_files/xinitrc
@@ -0,0 +1,15 @@
1### replace /etc/X11/xinit/xinitrc and /etc/X11/xinit/xinitrc.d/*
2dbus-update-activation-environment DISPLAY XAUTHORITY
3###
4
5setxkbmap -layout fr -variant oss -model pc104 -option compose:menu -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.
9export SAL_USE_VCLPLUGIN=gtk
10
11export XDG_MENU_PREFIX="lxde-"
12export XDG_CURRENT_DESKTOP="LXDE"
13
14# Start the LXDE session
15exec /usr/bin/lxsession -s LXDE -e LXDE