From a10732412c0a57741423e4d1e7cb2b5d183c0ff4 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 14 Nov 2023 09:31:34 +0100 Subject: Xresources: split a long line for readability --- dotfiles/Xresources | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dotfiles/Xresources b/dotfiles/Xresources index 0eaf7fa..154919c 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -24,7 +24,11 @@ URxvt.cursorColor: white URxvt.fading: 30 URxvt.fadeColor: [65]black URxvt.borderColor: DarkSlateGray -URxvt.font: xft:DejaVu Sans Mono:style=regular:pixelsize=URXVT_FONT_SIZE,xft:IPAMincho,xft:DejaVu Sans:pixelsize=URXVT_FONT_SIZE,xft:Symbola +URxvt.font: \ + xft:DejaVu Sans Mono:style=regular:pixelsize=URXVT_FONT_SIZE, \ + xft:IPAMincho, \ + xft:DejaVu Sans:pixelsize=URXVT_FONT_SIZE, \ + xft:Symbola URxvt.scrollBar: true URxvt.scrollBar_right: true URxvt.scrollColor: dim gray -- cgit v1.2.3