diff --git a/dotfiles/Xresources b/dotfiles/Xresources index 9b01582..6c8a079 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -45,13 +45,13 @@ *.color15: nord6 ! General settins -URxvt.geometry: 94x47 +!URxvt.geometry: 94x47 URxvt.saveLines: 10000 -URxvt.scrollBar: true -URxvt.scrollBar_right: true -URxvt.scrollColor: BLUE_EXTRA_LIGHT -URxvt.scrollBar_floating: true -URxvt.scrollstyle: plain +!URxvt.scrollBar: true +!URxvt.scrollBar_right: true +!URxvt.scrollColor: BLUE_EXTRA_LIGHT +!URxvt.scrollBar_floating: true +!URxvt.scrollstyle: plain URxvt.cursorBlink: true URxvt.cursorUnderline: true @@ -63,21 +63,15 @@ URxvt.depth: 32 ! Font configuration ! ------------------------------------------------------------------------------ -URxvt.font: xft:DejaVu Sans Mono:size=9:antialias=true:hinting=true +!URxvt.font: xft:DejaVu Sans Mono:size=9:antialias=true:hinting=true, xft:FontAwesome:size=9 +URxvt.font: xft:DejaVu Sans Mono for Powerline:size=9:antialias=true:hinting=true, \ + xft:Pomodoro:size=6, \ + xft:FontAwesome:size=6, \ + xft:icomoon:size=6, \ + xft:octicons:size=6 URxvt.boldFont: xft:DejaVu Sans Mono:size=9 URxvt.boldItalicFont: xft:DejaVu Sans Mono:italic:size=9 -! ------------------------------------------------------------------------------ -! Xft Font Configuration -! ------------------------------------------------------------------------------ - -!Xft.autohint: 0 -!Xft.lcdfilter: lcddefault -!Xft.hintstyle: hintslight -!Xft.hinting: 1 -!Xft.antialias: 1 -!Xft.rgba: rgb - ! ------------------------------------------------------------------------------ ! URxvt configs ! ------------------------------------------------------------------------------