Fix ć being typen as ç in GTK apps
This commit is contained in:
parent
1a67540672
commit
c7c90e89e1
|
@ -0,0 +1,7 @@
|
|||
include "%L"
|
||||
|
||||
<Multi_key> <l> <l> : "ł" U0142 # LATIN SMALL LETTER L WITH STROKE
|
||||
<Multi_key> <L> <L> : "Ł" U0142 # LATIN CAPITAL LETTER L WITH STROKE
|
||||
|
||||
<dead_acute> <c> : "ć" U0107 # LATIN SMALL LETTER C WITH ACUTE
|
||||
<dead_acute> <C> : "Ć" U0107 # LATIN CAPITAL LETTER C WITH ACUTE
|
|
@ -1,3 +1,6 @@
|
|||
[ -f /etc/xprofile ] && . /etc/xprofile
|
||||
[ -f ~/.xprofile ] && . ~/.xprofile
|
||||
|
||||
xrandr --dpi 96
|
||||
xset s off -dpms
|
||||
customkeys
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
export GTK_IM_MODULE=xim
|
||||
export XMODIFIERS="@im=none"
|
Loading…
Reference in New Issue