diff options
author | Alan Pearce | 2023-04-19 15:50:20 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-19 15:57:43 +0200 |
commit | fe8f4afe2d78f99fe040c51a8937959736babdb8 (patch) | |
tree | d5be4ec04def256d232f81b5f7e0416dffa845bc /user | |
parent | 7510f22640aaf52b859d0eb04a3ee867cf406919 (diff) | |
download | nixfiles-fe8f4afe2d78f99fe040c51a8937959736babdb8.tar.lz nixfiles-fe8f4afe2d78f99fe040c51a8937959736babdb8.tar.zst nixfiles-fe8f4afe2d78f99fe040c51a8937959736babdb8.zip |
xresources: remove rxvt configuration
Diffstat (limited to 'user')
-rw-r--r-- | user/xresources/main | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/user/xresources/main b/user/xresources/main index 8103807a..c962c029 100644 --- a/user/xresources/main +++ b/user/xresources/main @@ -19,25 +19,6 @@ st.chscale: 1.2 st.bold_font: 0 st.mouseScrollLines: 3 -URxvt.fading: 0 -URxvt.geometry: 100x40 -URxvt.urgentOnBell: true - -URxvt.scrollBar: false -URxvt.scrollstyle: plain -URxvt.scrollTtyOutput: false -URxvt.scrollWithBuffer: true -URxvt.scrollTtyKeypress: true -URxvt.secondaryScroll: false - -URxvt.boldFont: -xos4-terminus-bold-r-*-*-12-*-*-*-*-*-iso10646-* -URxvt.intensityStyles: true - -URxvt.pointerBlank: true -URxvt.pointerBlankDelay: 987654321 -URxvt.letterSpace: 0 -URxvt.lineSpace: 2 - xterm*backarrowKeyIsErase: true xterm*ptyInitialErase: true xterm*metaSendsEscape: true |