summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-11-14 09:31:34 +0100
committerAnton Khirnov <anton@khirnov.net>2023-11-14 09:31:34 +0100
commita10732412c0a57741423e4d1e7cb2b5d183c0ff4 (patch)
treed4c4bdeaaa1e77c5c5df3617b05038512e8df0c9
parent8070ccc919da56979c675ad289b516242fb1e83d (diff)
Xresources: split a long line for readability
-rw-r--r--dotfiles/Xresources6
1 files changed, 5 insertions, 1 deletions
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