Files
cizordj e1bb205ae3 Comment out piece of code in xresources
This piece of configuration breaks the terminal's copy & paste function
2020-12-29 21:25:20 -03:00

10 lines
215 B
Bash

#!/bin/bash
# User own configuration
# add here everything you want
function xresourcesConfig(){
cat << XRESOURCES
! https://github.com/majutsushi/urxvt-font-size
! URxvt.perl-ext-common: ...,font-size
XRESOURCES
}