Add compose key

This commit is contained in:
Thomas Avé 2022-08-02 13:18:36 +02:00
parent 2ee128e12b
commit e2083b0738
2 changed files with 3 additions and 1 deletions

1
.Xmodmap Normal file
View File

@ -0,0 +1 @@
keycode 108 = Multi_key

View File

@ -32,7 +32,8 @@ local run_on_start_up = {
"numlockx on", "numlockx on",
"nm-applet", "nm-applet",
"xcape -e \"Super_L=Super_L|XF86Launch5\" -t 5000", "xcape -e \"Super_L=Super_L|XF86Launch5\" -t 5000",
"/home/user/.config/awesome/scripts/setup_display.sh" "/home/user/.config/awesome/scripts/setup_display.sh",
"xmodmap /home/user/.Xmodmap"
} }
-- =================================================================== -- ===================================================================