diff options
-rw-r--r-- | .Xresources | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/.Xresources b/.Xresources index 3275c2c..5db1410 100644 --- a/.Xresources +++ b/.Xresources @@ -1,8 +1,3 @@ -URxvt.scrollBar: flase - -URxvt.font: xft:Dina:pixelsize=12 -URxvt.boldFont: xft:Dina:bold:pixelsize=12 - *.background: #080808 *.foreground: #ebebeb *.cursor: #9e9e9e @@ -25,6 +20,13 @@ URxvt.boldFont: xft:Dina:bold:pixelsize=12 *.selection_background: #b2ceee *.selection_foreground: #080808 +! URxvt config +URxvt.scrollBar: flase + +URxvt.font: xft:Dina:pixelsize=12 +URxvt.boldFont: xft:Dina:bold:pixelsize=12 + + URxvt.keysym.Shift-Up: command:\033]720;1\007 URxvt.keysym.Shift-Down: command:\033]721;1\007 URxvt.keysym.Control-Up: \033[1;5A |