Fix ć being typen as ç in GTK apps

This commit is contained in:
Augusto Gunsch 2022-06-26 15:40:04 +02:00
parent 1a67540672
commit c7c90e89e1
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
3 changed files with 12 additions and 0 deletions

7
home/XCompose Normal file
View File

@ -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

View File

@ -1,3 +1,6 @@
[ -f /etc/xprofile ] && . /etc/xprofile
[ -f ~/.xprofile ] && . ~/.xprofile
xrandr --dpi 96
xset s off -dpms
customkeys

2
home/xprofile Normal file
View File

@ -0,0 +1,2 @@
export GTK_IM_MODULE=xim
export XMODIFIERS="@im=none"