summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-10-28 11:44:08 +0100
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-10-28 11:44:08 +0100
commitbd80f37aab3a6491c241afa4cc3ed390103e0cf3 (patch)
treee5d9ec089c2caa286671b067d8dfa029d1674f79
parentd20dba016e924893dda5deafc4ecd5a2a915455c (diff)
downloaddotdrop-bd80f37aab3a6491c241afa4cc3ed390103e0cf3.tar.gz
dotdrop-bd80f37aab3a6491c241afa4cc3ed390103e0cf3.tar.zst
dotdrop-bd80f37aab3a6491c241afa4cc3ed390103e0cf3.zip
Add pause as compose key
-rw-r--r--dotfiles/lxde/config_files/xinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/lxde/config_files/xinitrc b/dotfiles/lxde/config_files/xinitrc
index e3bd830..2e77554 100644
--- a/dotfiles/lxde/config_files/xinitrc
+++ b/dotfiles/lxde/config_files/xinitrc
@@ -2,7 +2,7 @@
2dbus-update-activation-environment DISPLAY XAUTHORITY 2dbus-update-activation-environment DISPLAY XAUTHORITY
3### 3###
4 4
5setxkbmap -layout fr -variant oss -model pc104 -option compose:menu -option nbsp:level3 -option shift:breaks_caps -option terminate:ctrl_alt_bksp 5setxkbmap -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 6
7#### The rest replaces a `exec startlxde` (To avoid the dbus-update-activation-environment) 7#### The rest replaces a `exec startlxde` (To avoid the dbus-update-activation-environment)
8# Enable GTK+2 integration for OpenOffice.org, if available. 8# Enable GTK+2 integration for OpenOffice.org, if available.