Skip to content

Commit c86e421

Browse files
author
Adam Simpson
committed
feat: add compose key to i3
1 parent 947fff6 commit c86e421

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.config/i3/config

+2
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,5 @@ exec --no-startup-id "dropbox start"
185185
exec --no-startup-id "clipster -d"
186186

187187
exec --no-startup-id "nm-applet"
188+
189+
exec --no-startup-id "xmodmap ~/.Xmodmap"

linux/.Xmodmap

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
keycode 66 = Multi_key
2+
clear Lock

0 commit comments

Comments
 (0)