From c7c90e89e146b737383dbc135ff47b0135203b0a Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Sun, 26 Jun 2022 15:40:04 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20=C4=87=20being=20typen=20as=20=C3=A7=20in?= =?UTF-8?q?=20GTK=20apps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/XCompose | 7 +++++++ home/xinitrc | 3 +++ home/xprofile | 2 ++ 3 files changed, 12 insertions(+) create mode 100644 home/XCompose create mode 100644 home/xprofile diff --git a/home/XCompose b/home/XCompose new file mode 100644 index 0000000..5ce8272 --- /dev/null +++ b/home/XCompose @@ -0,0 +1,7 @@ +include "%L" + + : "ł" U0142 # LATIN SMALL LETTER L WITH STROKE + : "Ł" U0142 # LATIN CAPITAL LETTER L WITH STROKE + + : "ć" U0107 # LATIN SMALL LETTER C WITH ACUTE + : "Ć" U0107 # LATIN CAPITAL LETTER C WITH ACUTE diff --git a/home/xinitrc b/home/xinitrc index bfca811..91a7b0c 100755 --- a/home/xinitrc +++ b/home/xinitrc @@ -1,3 +1,6 @@ +[ -f /etc/xprofile ] && . /etc/xprofile +[ -f ~/.xprofile ] && . ~/.xprofile + xrandr --dpi 96 xset s off -dpms customkeys diff --git a/home/xprofile b/home/xprofile new file mode 100644 index 0000000..f28bc87 --- /dev/null +++ b/home/xprofile @@ -0,0 +1,2 @@ +export GTK_IM_MODULE=xim +export XMODIFIERS="@im=none"