diff options
author | Alan Pearce | 2019-09-17 12:20:59 +0200 |
---|---|---|
committer | Alan Pearce | 2019-09-17 12:20:59 +0200 |
commit | cdb5381ef03e33f23c71fd5438267b39c4531182 (patch) | |
tree | e3b91ab3f19cf33e1f2cbefb0799a155868937c6 /xresources | |
parent | 02f8c588d7b039f86e78ca690d700b93c1c8245a (diff) | |
download | dotfiles-cdb5381ef03e33f23c71fd5438267b39c4531182.tar.lz dotfiles-cdb5381ef03e33f23c71fd5438267b39c4531182.tar.zst dotfiles-cdb5381ef03e33f23c71fd5438267b39c4531182.zip |
xresources: give st a small amount of padding
Diffstat (limited to 'xresources')
-rw-r--r-- | xresources/.xresources/main | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xresources/.xresources/main b/xresources/.xresources/main index 1e19989..0644bb9 100644 --- a/xresources/.xresources/main +++ b/xresources/.xresources/main @@ -12,7 +12,7 @@ Emacs.CursorBlink: off rofi.font: Monospace Bold 14 -st.borderpx: 0 +st.borderpx: 1 URxvt.fading: 0 URxvt.geometry: 100x40 |