GitXplorerGitXplorer
n

xcompose

public
3 stars
2 forks
1 issues

Commits

List of commits on branch master.
Verified
b09eea46e2f2f6ce7a63a214adc999f233977879

genXCompose.sh: use $XMONAD_GHC as the ghc command

nnp committed 10 years ago
Verified
3d8081029abd6063987052fd01700ec134084f37

Blackboard bold: all the alphabet now

nnp committed 10 years ago
Unverified
de69d9bec2ee7f6098293626822b10fe996f0872

Resolve tensor

nnp committed 11 years ago
Unverified
444e5c697af9f0ae92b45c2dbd5efe3587002a80

NP/Unicode.hs

nnp committed 11 years ago
Unverified
53ae12c5435994d25ba12776909cc9b9664f85fc

Add multimap

nnp committed 11 years ago
Unverified
56017738e1cf8a0064bf787064931bad54934b6c

par: ⅋

nnp committed 11 years ago

README

The README file for this repository.

How to setup this XCompose configuration

Delegate a key to XCompose, a.k.a. the Multi_key. I have these lines in my ~/.Xmodmap:

keycode 108 = Multi_key clear mod1 add mod1 = Alt_L

Optionally you can have a look and modify the mappings in NP/Unicode.hs new symbols or change shortcuts.

Then, generate the .XCompose file with genXCompose.sh. This script automatically links the generated .XCompose file to your $HOME.

Moreover if you want it to be run automatically you could have a look at 'mr' http://joeyh.name/code/mr/ and setup a fixups hook:

[.XCompose.d] checkout = git clone git@github.com:np/xcompose.git .XCompose.d fixups = ./genXCompose.sh