batman
This commit is contained in:
commit
7cc272c595
46 changed files with 2888 additions and 0 deletions
78
dots/.Xresources
Executable file
78
dots/.Xresources
Executable file
|
@ -0,0 +1,78 @@
|
|||
!! Colorscheme
|
||||
|
||||
! special
|
||||
*.foreground: #93a1a1
|
||||
*.background: #141c21
|
||||
*.cursorColor: #afbfbf
|
||||
|
||||
! black
|
||||
*.color0: #263640
|
||||
*.color8: #4a697d
|
||||
|
||||
! red
|
||||
*.color1: #d12f2c
|
||||
*.color9: #fa3935
|
||||
|
||||
! green
|
||||
*.color2: #819400
|
||||
*.color10: #a4bd00
|
||||
|
||||
! yellow
|
||||
*.color3: #b08500
|
||||
*.color11: #d9a400
|
||||
|
||||
! blue
|
||||
*.color4: #2587cc
|
||||
*.color12: #2ca2f5
|
||||
|
||||
! magenta
|
||||
*.color5: #696ebf
|
||||
*.color13: #8086e8
|
||||
|
||||
! cyan
|
||||
*.color6: #289c93
|
||||
*.color14: #33c5ba
|
||||
|
||||
! white
|
||||
*.color7: #bfbaac
|
||||
*.color15: #fdf6e3
|
||||
|
||||
!! URxvt Appearance
|
||||
URxvt.font: xft:SpaceMono:style=Regular:size=9
|
||||
URxvt.boldFont: xft:SpaceMono:style=Bold:size=9
|
||||
URxvt.italicFont: xft:SpaceMono:style=Italic:size=9
|
||||
URxvt.boldItalicfont: xft:SpaceMono:style=Bold Italic:size=9
|
||||
URxvt.letterSpace: -1
|
||||
URxvt.lineSpace: 0
|
||||
URxvt.geometry: 92x24
|
||||
URxvt.internalBorder: 24
|
||||
URxvt.cursorBlink: true
|
||||
URxvt.cursorUnderline: false
|
||||
URxvt.saveline: 2048
|
||||
URxvt.scrollBar: false
|
||||
URxvt.scrollBar_right: false
|
||||
URxvt.urgentOnBell: true
|
||||
URxvt.depth: 24
|
||||
URxvt.iso14755: false
|
||||
|
||||
!! Common Keybinds for Navigations
|
||||
URxvt.keysym.Shift-Up: command:\033]720;1\007
|
||||
URxvt.keysym.Shift-Down: command:\033]721;1\007
|
||||
URxvt.keysym.Control-Up: \033[1;5A
|
||||
URxvt.keysym.Control-Down: \033[1;5B
|
||||
URxvt.keysym.Control-Right: \033[1;5C
|
||||
URxvt.keysym.Control-Left: \033[1;5D
|
||||
|
||||
!! Copy Paste & Other Extensions
|
||||
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
|
||||
URxvt.copyCommand: xclip -i -selection clipboard
|
||||
URxvt.pasteCommand: xclip -o -selection clipboard
|
||||
URxvt.keysym.M-c: perl:clipboard:copy
|
||||
URxvt.keysym.M-v: perl:clipboard:paste
|
||||
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
|
||||
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
||||
URxvt.keysym.M-s: perl:keyboard-select:search
|
||||
URxvt.keysym.M-u: perl:url-select:select_next
|
||||
URxvt.urlLauncher: firefox
|
||||
URxvt.underlineURLs: true
|
||||
URxvt.urlButton: 1
|
Loading…
Add table
Add a link
Reference in a new issue