Adding chad tree with fonts

This commit is contained in:
2021-10-07 20:46:04 +01:00
parent b74ccd3f30
commit 1a061c0c6c
5 changed files with 29 additions and 17 deletions

View File

@@ -89,14 +89,14 @@ window:
# Font configuration
font:
# Normal (roman) font face
#normal:
normal:
# Font family
#
# Default:
Default:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
#family: monospace
family: FiraCode
# The `style` can be specified to pick a specific face.
#style: Regular

View File

@@ -5,6 +5,7 @@
<family>serif</family>
<prefer>
<family>Droid Serif</family>
<family>Symbols Nerd Font</family>
<family>Joy Pixels</family>
<family>Font Awesome 5 Free Solid</family>
<family>Font Awesome 5 Free Regular</family>
@@ -16,6 +17,7 @@
<family>sans-serif</family>
<prefer>
<family>Droid Sans</family>
<family>Symbols Nerd Font</family>
<family>Joy Pixels</family>
<family>Font Awesome 5 Free Solid</family>
<family>Font Awesome 5 Free Regular</family>
@@ -27,6 +29,7 @@
<family>sans</family>
<prefer>
<family>Droid Sans</family>
<family>Symbols Nerd Font</family>
<family>Joy Pixels</family>
<family>Font Awesome 5 Free Solid</family>
<family>Font Awesome 5 Free Regular</family>
@@ -38,6 +41,7 @@
<family>monospace</family>
<prefer>
<family>Fira Code</family>
<family>Symbols Nerd Font</family>
</prefer>
</alias>
<match target="pattern">

View File

@@ -65,7 +65,10 @@ export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm
# Development variables
export ANDROID_HOME="/opt/android-sdk"
export PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/cmdline-tools/bin:$ANDROID_HOME/platform-tools:$ANDROID_AVD_HOME"
export PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/cmdline-tools/bin:$ANDROID_HOME/platform-tools:$ANDROID_AVD_HOME:$ANDROID_HOME/emulator"
# Get pretty colours for ls
. /usr/share/LS_COLORS/dircolors.sh
# This is the list for lf icons:
export LF_ICONS="di=📁:\
@@ -148,5 +151,7 @@ ex=🎯:\
[ ! -f ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ] && shortcuts >/dev/null 2>&1 &
[ "$XDG_CURRENT_DESKTOP" = "KDE" ] || [ "$XDG_CURRENT_DESKTOP" = "GNOME" ] || export QT_QPA_PLATFORMTHEME="qt5ct"
[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"