From bd80f37aab3a6491c241afa4cc3ed390103e0cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 28 Oct 2018 11:44:08 +0100 Subject: Add pause as compose key --- dotfiles/lxde/config_files/xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ dbus-update-activation-environment DISPLAY XAUTHORITY ### -setxkbmap -layout fr -variant oss -model pc104 -option compose:menu -option nbsp:level3 -option shift:breaks_caps -option terminate:ctrl_alt_bksp +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 #### The rest replaces a `exec startlxde` (To avoid the dbus-update-activation-environment) # Enable GTK+2 integration for OpenOffice.org, if available. -- cgit v1.2.3