all repos — dotfiles-extra @ d8e4339a351e8556ffe76d3c79be8c8fafa9cd66

extra configs that may be extraneous and/or may be platform specific

i3/.Xresources

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!                                          !!
!!      x1phosuras's .Xresources file       !!
!!                                          !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!! Note: use the following command to apply changes:
!! $ xrdb ~/.Xresources


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!      Misc. settings      !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! get rid of scrollbar
URxvt*scrollBar: false

! fix copy/paste BS in urxvt
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard

! fixes Ctrl-(left or right) doing what I actually want
URxvt.keysym.Control-Up:     \033[1;5A
URxvt.keysym.Control-Down:   \033[1;5B
URxvt.keysym.Control-Left:   \033[1;5D
URxvt.keysym.Control-Right:  \033[1;5C

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!      Font, colors, and transparency      !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

! font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
! Alt. good font: Tamzen, size 16
URxvt.font:     xft:Terminus:pixelsize=14

!! color settings generated by a combination of wal and terminal.sexy

! Real transparency (uses the compositor)
! (depth needs to be EXACTLY 32 for some weird reason)
urxvt*depth:    32

! Fake transparency (uses the background picture supplied by feh)
!urxvt*transparent: true
! urxvt*shading: 30

! the [90] is the transparency level
*.background:   #000000
*.foreground:   #8ff6a8
*.cursorColor:  #8ff6a8

! Note: The below color names do not necessarily match the actual colors.
!       They represent what colors 0-15 would normally be
! black
*.color0:       #232d25
*.color8:       #ac9764

! red
*.color1:       #900000
*.color9:       #ff0000

! green
*.color2:       #2df844
*.color10:      #2df844

! yellow
*.color3:       #b29b38
*.color11:      #b29b38

! blue
*.color4:       #218376
*.color12:      #218376

! magenta
*.color5:       #ff2f2f
*.color13:      #ff2f2f

! cyan
*.color6:       #ff7b16
*.color14:      #ff7b16

! white
*.color7:       #f6d98f
*.color15:      #f6d98f