Skip to content

Commit

Permalink
Upload files
Browse files Browse the repository at this point in the history
  • Loading branch information
csmertx committed Aug 8, 2018
1 parent bd7f25c commit 16ae0b2
Show file tree
Hide file tree
Showing 54 changed files with 4,108 additions and 1 deletion.
141 changes: 141 additions & 0 deletions .Xdefaults
@@ -0,0 +1,141 @@
!-------------------------------------------------------------------------------
! Xft settings
!-------------------------------------------------------------------------------

!Xft.dpi: 96
Xft.antialias: false
!Xft.rgba: rgb
!Xft.hinting: true
!Xft.hintstyle: hintslight

!-------------------------------------------------------------------------------
! URxvt settings
! Colours lifted from Solarized (http://ethanschoonover.com/solarized)
! More info at:
! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
!-------------------------------------------------------------------------------

! Dynamic-Colors

!URxvt*perl-ext-common: urxvt-colors
!URxvt*perl-lib: [directoy of urxvt-colors]
!URxvt*keysym.F12: perl:/home/chris/urxvt-colors:
!-------------------------------------------------------------------------------
URxvt*title: urxvt

! ^RMB
URxvt*copyCommand: xclip -i -selection clip-board
URxvt*pasteCommand: xclip -o -selection clip-board

! URL Selection

URxvt.depth: 32
URxvt.geometry: 90x30
URxvt.transparent: false
URxvt.fading: 0
! URxvt.urgentOnBell: true
URxvt.visualBell: true
!URxvt.loginShell: true
URxvt.saveLines: 10000
URxvt.internalBorder: 3
URxvt.lineSpace: 0
!urxvt*dynamicColors: on

! Fonts

URxvt.allow_bold: false
!terminesspowerline
! URxvt*font: xft:xos4\ terminesspowerline:pixelsize=11

!scientifica/siji
URxvt*font: xft:scientifica:pixelsize=11
URxvt*font: xft:siji:pixelsize=11
URxvt.font: xft:scientifica:pixelsize=11
URxvt.boldFont: xft:scientifica:pixelsize=11
URxvt.italicFont: xft:scientifica:pixelsize=11
URxvt.boldItalicFont: xft:scientifica:pixelsize=11

!tewi/siji
!URxvt*font: xft:tewi:pixelsize=10
!URxvt*font: xft:siji:pixelsize=11
!URxvt.font: xft:tewi:pixelsize=10
!URxvt.boldFont: xft:tewi:pixelsize=10
!URxvt.italicFont: xft:tewi:pixelsize=10
!URxvt.boldItalicFont: xft:tewi:pixelsize=10

! Fix font space
URxvt*letterSpace: 1


! Scrollbar
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress: true


! Cursor
URxvt.cursorBlink: true
!URxvt.cursorColor: #C84F1F
Urxvt.cursorColor: #C8921F
URxvt.cursorUnderline: false

! Pointer
URxvt.pointerBlank: true

!!Source http://github.com/altercation/solarized

*background: [70]#000000
!*foreground: #657b83
*foreground: #1F98C8
!!*fading: 40
*fadeColor: #000000
*cursorColor: #C8921F
*pointerColorBackground: #C84F1F
*pointerColorForeground: #64c2E7


!!!! Thanks again /u/maskedbyte

!! black dark/light
*color0: #073642
*color8: #0383a3

!! red dark/light
*color1: #dc322f
! *color9: #cb4b16
*color9: #77dd77

!! green dark/light
*color2: #F7FF75
*color10: #586e75

!! yellow dark/light
*color3: #b58900
*color11: #657b83

!! blue dark/light
*color4: #2793D8
! *color12: #839496
*color12: #d33682

!! magenta dark/light
! *color5: #d33682
*color5: #77dd77
*color13: #6c71c4

!! cyan dark/light
!! Calcurse/Mocp Status
*color6: #506CF2
*color14: #C8921F

!! white dark/light
*color7: #268bd2
*color15: #C84F1F


!! Default
*color16: #C8921F
24 changes: 24 additions & 0 deletions .Xmodmap
@@ -0,0 +1,24 @@
keycode 66 = Mode_switch
keysym h = h H Left
keysym l = l L Right
keysym k = k K Up
keysym j = j J Down
keysym n = n N End
keysym m = m M Home
keysym i = i I KP_Prior
keysym u = u U KP_Next
keysym o = o O KP_Insert
keysym p = p P KP_Delete
keysym q = q Q Escape
keysym 1 = 1 exclam F1
keysym 2 = 2 at F2
keysym 3 = 3 numbersign F3
keysym 4 = 4 dollar F4
keysym 5 = 5 percent F5
keysym 6 = 6 asciicircum F6
keysym 7 = 7 ampersand F7
keysym 8 = 8 asterisk F8
keysym 9 = 9 parenleft F9
keysym 0 = 0 parenright F10
keysym minus = minus underscore F11
keysym equal = equal plus F12
74 changes: 74 additions & 0 deletions .Xresources
@@ -0,0 +1,74 @@
!Xft.dpi: 96
Xft.antialias: false
!Xft.hinting: true
!Xft.rgba: rgb
!Xft.autohint: false
Xft.hintstyle: none
!Xft.lcdfilter: lcddefault
!Xft.embolden: true

! 5 Jan 2018

!Xft.dpi: 96
!Xft.lcdfilter: lcddefault
!Xft.antialias: true
Xft.autohint: false
Xft.hinting: none
Xft.rgba: none

Xft.font: xft:scientifica:pixelsize=11
!Xft.font: xft:siji:pixelsize=11
!Xft.font: xft:scientifica:pixelsize=11
Xft.boldFont: xft:scientifica:pixelsize=11
Xft.italicFont: xft:scientifica:pixelsize=11
Xft.boldItalicFont: xft:scientifica:pixelsize=11

! 9 Jan 2018

! do not scroll with output
!URxvt*scrollTtyOutput: true

! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
!URxvt*scrollWithBuffer: false


! scroll back to the bottom on keypress
!URxvt*scrollTtyKeypress: false
URxvt.color12: #C84F1F

! 10 Jan 2018
!xterm*dynamicColors: true

! Click a link
URxvt.perl-ext-common: url-select,clipboard
!URxvt.keysym.M-u: perl:url-select:select_next
URxvt.perl-lib: /usr/lib64/urxvt/perl/:/usr/lib/urxvt/perl
URxvt.url-select.launcher: qutebrowser
URxvt.url-select.button: 1
URxvt.url-select.underline: true
URxvt.colorUL: yellow

! Copy Pasta


!URxvt*copyCommand: xclip -i -selection clip-board
!URxvt*pasteCommand: xclip -o -selection clip-board
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
!URxvt.keysym.M-C-v: perl:clipboard:paste_escaped


! ------------------------------------------------------------------------------
! ROFI Color theme
! Copyright: Rasmus Steinke
! ------------------------------------------------------------------------------
rofi.color-enabled: true
rofi.color-window: #000000, #f3843d, #268bd2
rofi.color-normal: #000000, #ffffff, #000000, #268bd2, #ffffff
rofi.color-active: #000000, #268bd2, #000000, #268bd2, #205171
rofi.color-urgent: #000000, #f3843d, #000000, #268bd2, #ffc39c

rofi.modi: window,run,ssh
rofi.show-icons: true
rofi.terminal: urxvt
rofi.sidebar-mode: true

0 comments on commit 16ae0b2

Please sign in to comment.