Skip to content

Commit

Permalink
use original repos for libx11 & xorgproto
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcwilliams403 committed Apr 1, 2023
1 parent 8669912 commit 13532f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compose.ahk2
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ SetWorkingDir A_ScriptDir
SequenceDir := A_AppData . "\XCompose"
SequenceFile := SequenceDir . "\XCompose"
KeysymFile := SequenceDir . "\XKeySymDef"
SequenceRepo := "https://raw.githubusercontent.com/mirror/libX11/master/nls/en_US.UTF-8/Compose.pre"
KeysymRepo := "https://raw.githubusercontent.com/freedesktop/xorg-xorgproto/master/include/X11/keysymdef.h"
SequenceRepo := "https://gitlab.freedesktop.org/xorg/lib/libx11/-/raw/master/nls/en_US.UTF-8/Compose.pre"
KeysymRepo := "https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/raw/master/include/X11/keysymdef.h"
UserDir := EnvGet("USERPROFILE")
UserSequenceFile := UserDir . "\.XCompose"
ResourceFileSource := "res.dll"
Expand Down

0 comments on commit 13532f0

Please sign in to comment.