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"