Updated Xdefaults
This commit is contained in:
parent
3caa35488c
commit
36f6c2f236
50
Xdefaults
50
Xdefaults
|
@ -1,15 +1,19 @@
|
||||||
urxvt*background: black
|
urxvt*depth: 32
|
||||||
|
!urxvt*background: black
|
||||||
|
urxvt*background: [80]#000000
|
||||||
urxvt*foreground: white
|
urxvt*foreground: white
|
||||||
urxvt*transparent: true
|
!urxvt*transparent: true
|
||||||
urxvt*blurRadius: 8
|
urxvt*blurRadius: 8
|
||||||
urxvt*shading: 20
|
!urxvt*shading: 20
|
||||||
urxvt*scrollstyle: plain
|
urxvt*scrollstyle: plain
|
||||||
urxvt*font: xft:DejaVu Sans Mono:pixelsize=12
|
urxvt*scrollColor: [80]#ffffff
|
||||||
|
!urxvt*font: xft:DejaVu Sans Mono:pixelsize=12,xft:unifont
|
||||||
|
urxvt*font: xft:Source Code Pro:pixelsize=15,xft:DejaVu Sans Mono
|
||||||
urxvt*urgentOnBell: true
|
urxvt*urgentOnBell: true
|
||||||
urxvt*saveLines: 10000
|
urxvt*saveLines: 100000
|
||||||
urxvt*perl-ext-common: default,matcher
|
urxvt*perl-ext-common: default,matcher
|
||||||
urxvt*url-launcher: /usr/bin/firefox
|
urxvt*url-launcher: /usr/bin/firefox
|
||||||
urxvt*matcher*button: 1
|
urxvt*matcher*button: 3
|
||||||
urxvt*scrollTtyOutput: false
|
urxvt*scrollTtyOutput: false
|
||||||
urxvt*scrollWithBuffer: true
|
urxvt*scrollWithBuffer: true
|
||||||
urxvt*scrollTtyKeypress: true
|
urxvt*scrollTtyKeypress: true
|
||||||
|
@ -18,3 +22,37 @@ urxvt.keysym.C-Up: perl:font-size:increase
|
||||||
urxvt.keysym.C-Down: perl:font-size:decrease
|
urxvt.keysym.C-Down: perl:font-size:decrease
|
||||||
|
|
||||||
urxvt*color4: rgb:4444/4444/ffff
|
urxvt*color4: rgb:4444/4444/ffff
|
||||||
|
|
||||||
|
! This should fix vim
|
||||||
|
urxvt.keysym.KP_Add: +
|
||||||
|
urxvt.keysym.KP_Subtract: -
|
||||||
|
urxvt.keysym.KP_Multiply: *
|
||||||
|
urxvt.keysym.KP_Divide: /
|
||||||
|
urxvt.keysym.KP_Decimal: .
|
||||||
|
urxvt.keysym.KP_Separator: ,
|
||||||
|
urxvt.keysym.KP_1: 1
|
||||||
|
urxvt.keysym.KP_2: 2
|
||||||
|
urxvt.keysym.KP_3: 3
|
||||||
|
urxvt.keysym.KP_4: 4
|
||||||
|
urxvt.keysym.KP_5: 5
|
||||||
|
urxvt.keysym.KP_6: 6
|
||||||
|
urxvt.keysym.KP_7: 7
|
||||||
|
urxvt.keysym.KP_8: 8
|
||||||
|
urxvt.keysym.KP_9: 9
|
||||||
|
urxvt.keysym.KP_0: 0
|
||||||
|
|
||||||
|
! ------------------------------------------------------------------------------
|
||||||
|
! ROFI Color theme
|
||||||
|
! User: qball
|
||||||
|
! Copyright: Dave Davenport
|
||||||
|
! ------------------------------------------------------------------------------
|
||||||
|
! "Color scheme for normal row" Set from: File
|
||||||
|
rofi.color-normal: argb:0000000, #dbdfbc, argb:00000000, #dbdfbc, #02143f
|
||||||
|
! "Color scheme for urgent row" Set from: File
|
||||||
|
rofi.color-urgent: argb:0000000, #ff81ff, argb:00000000, #ff817f, #02143f
|
||||||
|
! "Color scheme for active row" Set from: File
|
||||||
|
rofi.color-active: argb:0000000, #8ac4ff, argb:00000000, #8ac4ff, #02143f
|
||||||
|
! "Color scheme window" Set from: File
|
||||||
|
rofi.color-window: argb:dd000021, #dbdfbc, #dbdfbc
|
||||||
|
! "Separator style (none, dash, solid)" Set from: XResources
|
||||||
|
rofi.separator-style: solid
|
||||||
|
|
Loading…
Reference in a new issue