configs/Xdefaults

59 lines
2.1 KiB
Plaintext
Raw Normal View History

2017-03-19 22:03:13 +01:00
urxvt*depth: 32
!urxvt*background: black
urxvt*background: [80]#000000
2013-02-19 17:56:49 +01:00
urxvt*foreground: white
2017-03-19 22:03:13 +01:00
!urxvt*transparent: true
2013-02-19 17:56:49 +01:00
urxvt*blurRadius: 8
2017-03-19 22:03:13 +01:00
!urxvt*shading: 20
2013-02-19 17:56:49 +01:00
urxvt*scrollstyle: plain
2017-03-19 22:03:13 +01:00
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
2013-02-19 17:56:49 +01:00
urxvt*urgentOnBell: true
2017-03-19 22:03:13 +01:00
urxvt*saveLines: 100000
2013-02-19 17:56:49 +01:00
urxvt*perl-ext-common: default,matcher
urxvt*url-launcher: /usr/bin/firefox
2017-03-19 22:03:13 +01:00
urxvt*matcher*button: 3
2013-02-19 17:56:49 +01:00
urxvt*scrollTtyOutput: false
urxvt*scrollWithBuffer: true
urxvt*scrollTtyKeypress: true
2015-01-06 03:23:20 +01:00
urxvt.keysym.C-Up: perl:font-size:increase
urxvt.keysym.C-Down: perl:font-size:decrease
urxvt*color4: rgb:4444/4444/ffff
2017-03-19 22:03:13 +01:00
! 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