add newsboat entry for interesting postdocs, add fontconfs
This commit is contained in:
33
.config/fontconfig/fonts.conf
Executable file
33
.config/fontconfig/fonts.conf
Executable file
@@ -0,0 +1,33 @@
|
|||||||
|
<?xml version='1.0'?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||||
|
<fontconfig>
|
||||||
|
<alias>
|
||||||
|
<family>serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Linux Libertine</family>
|
||||||
|
<family>Noto Color Emoji</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>sans-serif</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Linux Biolinum</family>
|
||||||
|
<family>Noto Color Emoji</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>sans</family>
|
||||||
|
<prefer>
|
||||||
|
<family>Linux Biolinum</family>
|
||||||
|
<family>Noto Color Emoji</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>monospace</family>
|
||||||
|
<prefer>
|
||||||
|
<family>InconsolataNerdFontMono</family>
|
||||||
|
<family>Noto Sans Mono</family>
|
||||||
|
<family>Liberation Mono</family>
|
||||||
|
</prefer>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
"query:to-read:flags # \"p\""
|
"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:astro-interesting:tags # \"Astro\" and (content # \"agn\" or content =~ \"polari\") and unread = \"yes\"" Astro
|
||||||
"query:linux-new:tags # \"Linux\" and unread = \"yes\"" Linux
|
"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
|
"query:news-new:tags # \"Presse_Alternative\" or tags # \"Presse_Traditionnelle\" or tags # \"Strasbourg\" and unread = \"yes\"" Presse_Alternative Presse_Traditionnelle
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ Xft.rgba: rgb
|
|||||||
*.alpha: 0.8
|
*.alpha: 0.8
|
||||||
|
|
||||||
!! Set a default font and font size as below:
|
!! Set a default font and font size as below:
|
||||||
*.font: monospace:size=10
|
*.font: monospace:size=12:antialias=true:autohint=true;
|
||||||
|
|
||||||
/* name dark light */
|
/* name dark light */
|
||||||
/* black 0 8 */
|
/* black 0 8 */
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
# source them here with the line below.
|
# source them here with the line below.
|
||||||
|
|
||||||
export STATUSBAR="i3blocks"
|
export STATUSBAR="i3blocks"
|
||||||
|
[[ -f ${XDG_CONFIG_HOME:-$HOME/.config}/x11/Xresources ]] && xrdb -merge -I${XDG_CONFIG_HOME:-$HOME/.config}/x11/Xresources
|
||||||
. ~/.xprofile
|
. ~/.xprofile
|
||||||
dbus-update-activation-environment DISPLAY XAUTHORITY WAYLAND_DISPLAY
|
dbus-update-activation-environment DISPLAY XAUTHORITY WAYLAND_DISPLAY
|
||||||
ssh-agent i3
|
ssh-agent i3
|
||||||
|
|||||||
@@ -20,6 +20,5 @@ dunst & # dunst for notifications
|
|||||||
unclutter & # Remove mouse when idle
|
unclutter & # Remove mouse when idle
|
||||||
xcompmgr & # xcompmgr for transparency
|
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)
|
# 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
|
# redshift & # adjust screen temperature based on daytime
|
||||||
. $HEADAS/headas-init.sh # set XSPEC into PATH
|
. $HEADAS/headas-init.sh # set XSPEC into PATH
|
||||||
|
|||||||
Reference in New Issue
Block a user