Skip to content

Commit

Permalink
Hide the scrollbar for urxvt.
Browse files Browse the repository at this point in the history
  • Loading branch information
pope committed Feb 8, 2015
1 parent 3db04a8 commit 2c39ec1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions etc/Xresources
Expand Up @@ -32,6 +32,7 @@ xterm*loginShell: true
URxvt*termName: xterm-256color
URxvt*buffered: true
URxvt*font: xft:DejaVu\ Sans\ Mono\ for\ Powerline:size=9:antialias=true:hinting=true
URxvt*scrollBar: false
URxvt.scrollstyle: rxvt
URxvt*scrollBar_right: true
URxvt*saveLines: 4096
Expand All @@ -40,8 +41,8 @@ URxvt*loginShell: true
URxvt*modifier: alt
URxvt*eightBitInput: false
URxvt*metaSendsEscape: true
URxvt*secondaryScreen: 1
URxvt*secondaryScroll: 0
URxvt*secondaryScreen: true
URxvt*secondaryScroll: false
!URxvt*transparent: true
!URxvt*shading: 12
URxvt.depth: 32
Expand Down

0 comments on commit 2c39ec1

Please sign in to comment.