Skip to main content

Home/ Linux Related/ AddAterm and RXVT Configs
Christopher Keel

AddAterm and RXVT Configs - 0 views

terminal aterm rxvt configuration

started by Christopher Keel on 26 Mar 14
  • Christopher Keel
     

    Accessed on 3/26/14 @ 04:48 :  http://major.io/2007/11/04/attractive-atermrxvt-xdefaults-configuration/


     


    Attractive aterm/rxvt .Xdefaults configuration


    November 4, 2007 By Major Hayden 1 Comment


     


    I’ve struggled at times to get a decent-looking terminal on my desktop, and I believe I’ve found a good one. Toss this into your ~/.Xdefaults:


     


    aterm*loginShell:true


    aterm*transparent:true


    aterm*shading:40


    aterm*background:Black


    aterm*foreground:White


    aterm*scrollBar:true


    aterm*scrollBar_right:true


    aterm*transpscrollbar:true


    aterm*saveLines:32767


    aterm*font:*-*-fixed-medium-r-normal--*-110-*-*-*-*-iso8859-1


    aterm*boldFont:*-*-fixed-bold-r-normal--*-*-110-*-*-*-*-iso8859-1


     


    Then load up the changes and start aterm:


     


    $ xrdb -load .Xdefaults


    $ aterm


     


    Of course, if you like rxvt better for your Unicode needs, just use this configuration:


     


    rxvt*loginShell:true


    rxvt*transparent:true


    rxvt*shading:40


    rxvt*background:Black


    rxvt*foreground:White


    rxvt*scrollBar:true


    rxvt*scrollBar_right:true


    rxvt*transpscrollbar:true


    rxvt*saveLines:32767


    rxvt*font:*-*-fixed-medium-r-normal--*-110-*-*-*-*-iso8859-1


    rxvt*boldFont:*-*-fixed-bold-r-normal--*-*-110-*-*-*-*-iso8859-1

To Top

Start a New Topic » « Back to the Linux Related group