diff --git a/files/fonts/.config/fontconfig/conf.d/20-no-embedded.conf b/files/fonts/.config/fontconfig/conf.d/20-no-embedded.conf new file mode 100644 index 0000000..5ba4050 --- /dev/null +++ b/files/fonts/.config/fontconfig/conf.d/20-no-embedded.conf @@ -0,0 +1,9 @@ + + + + + + false + + + \ No newline at end of file diff --git a/files/fonts/.config/fontconfig/conf.d/55-emoji-prepend.conf b/files/fonts/.config/fontconfig/conf.d/55-emoji-prepend.conf new file mode 100644 index 0000000..af69b0a --- /dev/null +++ b/files/fonts/.config/fontconfig/conf.d/55-emoji-prepend.conf @@ -0,0 +1,12 @@ + + + + + + firefox + + + Noto Color Emoji + + + \ No newline at end of file diff --git a/files/x11/.Xresources b/files/x11/.Xresources index 8cf5609..4fb18f6 100644 --- a/files/x11/.Xresources +++ b/files/x11/.Xresources @@ -130,3 +130,11 @@ URxvt.keysym.C-Delete: perl:matcher:last URxvt.keysym.M-Delete: perl:matcher:list URxvt.imLocale: en_US.utf8 + +!! https://wiki.archlinux.org/index.php/Font_configuration#Applications_without_fontconfig_support +Xft.autohint: 0 +Xft.lcdfilter: lcddefault +Xft.hintstyle: hintslight +Xft.hinting: 1 +Xft.antialias: 1 +Xft.rgba: rgb \ No newline at end of file diff --git a/files/x11/.xinitrc b/files/x11/.xinitrc index 76b27e5..3ac10e9 100755 --- a/files/x11/.xinitrc +++ b/files/x11/.xinitrc @@ -1,6 +1,13 @@ #!/bin/sh xrdb ~/.Xresources xset -b +export PATH="${PATH}:/home/nemo/projects/scripts" +export GPG_TTY="$(tty)" +export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) +export LC_TIME=en_IN.UTF-8 +export LC_ALL=en_IN.UTF-8 +export LANG=en_IN.UTF-8 +export LC_COLLATE=en_IN.UTF-8 setxkbmap -option ctrl:nocaps xmodmap -e 'clear lock' xmodmap -e 'keycode 66 = Hyper_L'