diff options
author | P. J. McDermott <pj@pehjota.net> | 2016-03-08 16:57:34 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2016-03-08 16:57:34 (EST) |
commit | 7de03d3f962dd44bdc56cdc0e1d1b132226d821e (patch) | |
tree | dfe1bfbb470dd0b7a3064a36e97f4f68cd42a197 /.fluxbox | |
parent | 3495be43355da12418f9a93f85c389f8f830cb44 (diff) | |
download | fluxbox-7de03d3f962dd44bdc56cdc0e1d1b132226d821e.zip fluxbox-7de03d3f962dd44bdc56cdc0e1d1b132226d821e.tar.gz fluxbox-7de03d3f962dd44bdc56cdc0e1d1b132226d821e.tar.bz2 |
.XCompose: New file
And get GTK+ and Qt clients to XOpenIM(...) to read it.
Diffstat (limited to '.fluxbox')
-rwxr-xr-x | .fluxbox/startup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.fluxbox/startup b/.fluxbox/startup index 15f279c..0c3ec87 100755 --- a/.fluxbox/startup +++ b/.fluxbox/startup @@ -1,6 +1,8 @@ #!/bin/sh xmodmap "${HOME}/.Xmodmap" +export GTK_IM_MODULE='xim' +export QT_IM_MODULE='xim' xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation' 1 xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation Button' 2 xinput set-prop 'TPPS/2 IBM TrackPoint' 'Evdev Wheel Emulation Timeout' 200 |