diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf new file mode 100755 index 0000000..c0913ae --- /dev/null +++ b/.config/fontconfig/fonts.conf @@ -0,0 +1,33 @@ + + + + + serif + + Linux Libertine + Noto Color Emoji + + + + sans-serif + + Linux Biolinum + Noto Color Emoji + + + + sans + + Linux Biolinum + Noto Color Emoji + + + + monospace + + InconsolataNerdFontMono + Noto Sans Mono + Liberation Mono + + + diff --git a/.config/newsboat/urls b/.config/newsboat/urls index e194609..b8be47a 100755 --- a/.config/newsboat/urls +++ b/.config/newsboat/urls @@ -1,4 +1,5 @@ "query:to-read:flags # \"p\"" +"query:postdoc-interesting:tags # \"PostDocs\" and (content # \"agn\" or content =~ \"polari\")" PostDocs "query:astro-interesting:tags # \"Astro\" and (content # \"agn\" or content =~ \"polari\") and unread = \"yes\"" Astro "query:linux-new:tags # \"Linux\" and unread = \"yes\"" Linux "query:news-new:tags # \"Presse_Alternative\" or tags # \"Presse_Traditionnelle\" or tags # \"Strasbourg\" and unread = \"yes\"" Presse_Alternative Presse_Traditionnelle diff --git a/.config/x11/Xresources b/.config/x11/Xresources index 1c6f12c..87facaa 100755 --- a/.config/x11/Xresources +++ b/.config/x11/Xresources @@ -13,7 +13,7 @@ Xft.rgba: rgb *.alpha: 0.8 !! Set a default font and font size as below: -*.font: monospace:size=10 +*.font: monospace:size=12:antialias=true:autohint=true; /* name dark light */ /* black 0 8 */ diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 89d39ae..cd658cf 100755 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -9,7 +9,7 @@ # source them here with the line below. export STATUSBAR="i3blocks" - +[[ -f ${XDG_CONFIG_HOME:-$HOME/.config}/x11/Xresources ]] && xrdb -merge -I${XDG_CONFIG_HOME:-$HOME/.config}/x11/Xresources . ~/.xprofile dbus-update-activation-environment DISPLAY XAUTHORITY WAYLAND_DISPLAY ssh-agent i3 diff --git a/.config/x11/xprofile b/.config/x11/xprofile index 5fd16e3..4e7dfa0 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -20,6 +20,5 @@ dunst & # dunst for notifications unclutter & # Remove mouse when idle xcompmgr & # xcompmgr for transparency # setxkbmap fr & # set the keyboard layout to azerty (comment out if set in /etc/X11/xorg.conf.d/00-keyboard.conf) -# xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/Xresources & # Uncomment to use Xresources colors/settings on startup # redshift & # adjust screen temperature based on daytime . $HEADAS/headas-init.sh # set XSPEC into PATH