Minor updates

This commit is contained in:
Nemo 2020-07-09 16:47:21 +05:30
parent cc2cc708c7
commit aa97b3f6d4
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit name="embeddedbitmap" mode="assign">
<bool>false</bool>
</edit>
</match>
</fontconfig>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match>
<test name="prgname">
<string>firefox</string>
</test>
<edit name="family" mode="prepend" binding="weak">
<string>Noto Color Emoji</string>
</edit>
</match>
</fontconfig>

View File

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

View File

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