diff options
| -rw-r--r-- | polybar/.config/polybar/config | 2 | ||||
| -rw-r--r-- | ranger/.config/ranger/rc.conf | 2 | ||||
| -rw-r--r-- | x/.Xresources | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 096ec14..72898d9 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config | |||
| @@ -31,7 +31,7 @@ padding-left = 2 | |||
| 31 | padding-right = 2 | 31 | padding-right = 2 |
| 32 | module-margin-left = 1.5 | 32 | module-margin-left = 1.5 |
| 33 | module-margin-right = 1.5 | 33 | module-margin-right = 1.5 |
| 34 | font-0 = mononoki:style=medium:pixelsize=11;1 | 34 | font-0 = Hermit:style=medium:pixelsize=10;1 |
| 35 | font-1 = SauceCodePro Nerd Font:style=medium:pixelsize=10;1 | 35 | font-1 = SauceCodePro Nerd Font:style=medium:pixelsize=10;1 |
| 36 | font-2 = FontAwesome5Free:style=Solid:size=10;1 | 36 | font-2 = FontAwesome5Free:style=Solid:size=10;1 |
| 37 | font-3 = FontAwesome5Free:style=Regular:size=10;1 | 37 | font-3 = FontAwesome5Free:style=Regular:size=10;1 |
diff --git a/ranger/.config/ranger/rc.conf b/ranger/.config/ranger/rc.conf index 4649dbc..b55ed9e 100644 --- a/ranger/.config/ranger/rc.conf +++ b/ranger/.config/ranger/rc.conf | |||
| @@ -106,7 +106,7 @@ set preview_images true | |||
| 106 | # while slower, this allows remote previews, | 106 | # while slower, this allows remote previews, |
| 107 | # for example during an ssh session. | 107 | # for example during an ssh session. |
| 108 | # Tmux is unsupported. | 108 | # Tmux is unsupported. |
| 109 | set preview_images_method ueberzug | 109 | set preview_images_method w3m |
| 110 | 110 | ||
| 111 | # Delay in seconds before displaying an image with the w3m method. | 111 | # Delay in seconds before displaying an image with the w3m method. |
| 112 | # Increase it in case of experiencing display corruption. | 112 | # Increase it in case of experiencing display corruption. |
diff --git a/x/.Xresources b/x/.Xresources index 2ad97ee..9022d87 100644 --- a/x/.Xresources +++ b/x/.Xresources | |||
| @@ -14,8 +14,8 @@ URxvt.scrollTtyOutput: false | |||
| 14 | URxvt.scrollWithBuffer: true | 14 | URxvt.scrollWithBuffer: true |
| 15 | URxvt.scrollTtyKeypress: true | 15 | URxvt.scrollTtyKeypress: true |
| 16 | 16 | ||
| 17 | URxvt.font: xft:mononoki:pixelsize=12.5, xft:DejaVu Sans Mono:pixelsize:12.5 | 17 | URxvt.font: xft:Hermit:pixelsize=12, xft:DejaVu Sans Mono:pixelsize:12 |
| 18 | !URxvt.letterSpace: 1 | 18 | URxvt.letterSpace: 1 |
| 19 | urxvt*termName: rxvt | 19 | urxvt*termName: rxvt |
| 20 | urxvt*scrollBar: false | 20 | urxvt*scrollBar: false |
| 21 | urxvt*matcher.button: 1 | 21 | urxvt*matcher.button: 1 |
