Browse Source

Again attempt to make .Xdefaults a bit readable

Alois Mahdal 10 years ago
parent
commit
bd2a1db57b
1 changed files with 3 additions and 5 deletions
  1. 3
    5
      dotfiles.config/Xlib/global.Xdefaults

+ 3
- 5
dotfiles.config/Xlib/global.Xdefaults View File

1
-
2
-!## ==== ##
3
-!## main ##
4
-!## ==== ##
5
-
6
 URxvt.mapAlert:             true
1
 URxvt.mapAlert:             true
7
 
2
 
8
 !## extensions
3
 !## extensions
17
 URxvt.shading:              25
12
 URxvt.shading:              25
18
 URxvt.depth:                32
13
 URxvt.depth:                32
19
 URxvt.fading:               30
14
 URxvt.fading:               30
15
+
16
+!## clicks
20
 URxvt.mouseWheelScrollPage: false
17
 URxvt.mouseWheelScrollPage: false
21
 URxvt.tripleclickwords:     true
18
 URxvt.tripleclickwords:     true
22
 URxvt.hold:                 false
19
 URxvt.hold:                 false
29
 URxvt.scrollWithBuffer:     true
26
 URxvt.scrollWithBuffer:     true
30
 URxvt.saveLines:            32767
27
 URxvt.saveLines:            32767
31
 
28
 
29
+!## cursor & pointer
32
 URxvt.cursorUnderline:      false
30
 URxvt.cursorUnderline:      false
33
 URxvt.cursorBlink:          true
31
 URxvt.cursorBlink:          true
34
 URxvt.pointerBlankDelay:    999999999
32
 URxvt.pointerBlankDelay:    999999999