diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-10-28 11:44:08 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-10-28 11:44:08 +0100 |
commit | bd80f37aab3a6491c241afa4cc3ed390103e0cf3 (patch) | |
tree | e5d9ec089c2caa286671b067d8dfa029d1674f79 /dotfiles/lxde | |
parent | d20dba016e924893dda5deafc4ecd5a2a915455c (diff) | |
download | dotdrop-bd80f37aab3a6491c241afa4cc3ed390103e0cf3.tar.gz dotdrop-bd80f37aab3a6491c241afa4cc3ed390103e0cf3.tar.zst dotdrop-bd80f37aab3a6491c241afa4cc3ed390103e0cf3.zip |
Add pause as compose key
Diffstat (limited to 'dotfiles/lxde')
-rw-r--r-- | dotfiles/lxde/config_files/xinitrc | 2 |
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 @@ | |||
2 | dbus-update-activation-environment DISPLAY XAUTHORITY | 2 | dbus-update-activation-environment DISPLAY XAUTHORITY |
3 | ### | 3 | ### |
4 | 4 | ||
5 | setxkbmap -layout fr -variant oss -model pc104 -option compose:menu -option nbsp:level3 -option shift:breaks_caps -option terminate:ctrl_alt_bksp | 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 | 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. |