Advertisement
msx

Untitled

msx
Apr 5th, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. msx@heybeavis ~> cat .Xdefaults
  2. ####
  3. #### ~/.Xdefaults
  4. ####
  5.  
  6. ####################################
  7. #### rxvt-unicode ####
  8. ####################################
  9.  
  10. !##urxvt*italicFont:
  11. !##urxvt*boldItalicFont:
  12. URxvt*scrollTtyOutput: False
  13. URxvt*scrollTtyKeypress: True
  14. URxvt*secondaryScroll: True
  15. URxvt*saveLines: 15000
  16. URxvt*scrollBar_right: false
  17. URxvt*scrollBar: false
  18. URxvt*borderLess: false
  19. URxvt*cursorBlink: true
  20.  
  21. !## Disable ISO 14755 mode so we can use C-S-Left and C-S-Right to move windows/tabs in tmux
  22. URxvt*iso14755: False
  23. URxvt*iso14755_52: False
  24.  
  25. !## teh transparency stuff
  26. URxvt.depth: 32
  27. URxvt.background: [94]#300A24
  28. !##URxvt*inheritPixmap: true
  29. !##URxvt*tintColor: white
  30. !##URxvt*shading: 100
  31.  
  32. !## These 3 lines make links clickable
  33. URxvt*urlLauncher: firefox
  34. URxvt*matcher.button: 1
  35. URxvt*perl-ext-common: matcher,readline
  36. URxvt*colorUL: yellow
  37.  
  38. !## geometry and font
  39. !URxvt.geometry: 260x65
  40. URxvt.font: xft:Terminus:pixelsize=9
  41. URxvt.boldFont: xft:Terminus:pixelsize=9:style=bold
  42. !## URxvt*letterSpace: -1
  43. URxvt.fading: 30
  44.  
  45. !## change default colors
  46. URxvt*background: #300A24
  47. URxvt*foreground: #F5F5F5
  48.  
  49. !## black
  50. URxvt.color0 : #2E2E34343636
  51. URxvt.color8 : #555557575353
  52. !## red
  53. URxvt.color1 : #CCCC00000000
  54. URxvt.color9 : #EFEF29292929
  55. !## green
  56. URxvt.color2 : #4E4E9A9A0606
  57. URxvt.color10 : #8A8AE2E23434
  58. !## yellow
  59. URxvt.color3 : #C4C4A0A00000
  60. URxvt.color11 : #FCFCE9E94F4F
  61. !## blue
  62. URxvt.color4 : #34346565A4A4
  63. URxvt.color12 : #72729F9FCFCF
  64. !## magenta
  65. URxvt.color5 : #757550507B7B
  66. URxvt.color13 : #ADAD7F7FA8A8
  67. !## cyan
  68. set-option -g visual-activity on
  69.  
  70. # automatically set window title
  71. set-option -g automatic-rename
  72.  
  73. # status bar
  74. set -g status-bg black
  75. set -g status-fg white
  76. set-option -g status on
  77. set -g status-utf8 on
  78.  
  79. set-option -g set-titles on
  80. #set-option -g set-titles-string '#H:#S.#I.#P #W #T' # window number,program name,active (or not)
  81. set-option -g visual-bell off
  82. set-option -g status-utf8 on
  83. #set-option -g status-justify left
  84. set -s escape-time 1
  85. set-option -g default-shell "/usr/bin/fish"
  86.  
  87. setw -g aggressive-resize on
  88.  
  89. # Easy Windows (Tabs) moving
  90. #This don't works with urxvt
  91. #bind-key -n C-S-Left swap-window -t -1
  92. #bind-key -n C-S-Right swap-window -t +1
  93.  
  94. # center align window list
  95. set-option -g status-justify centre
  96.  
  97. # set the color of the window list
  98. setw -g window-status-fg colour208
  99. setw -g window-status-bg default
  100. #etw -g window-status-attr dim
  101. #etw -g window-status-current-attr bright
  102.  
  103. # set colors for the active window
  104. setw -g window-status-current-fg colour15
  105. setw -g window-status-current-bg colour202
  106. setw -g window-status-current-attr bright
  107.  
  108. # pane colors
  109. set -g pane-border-fg colour245
  110. #set -g pane-border-bg black
  111. set -g pane-active-border-fg colour208
  112. #set -g pane-active-border-bg colour209
  113.  
  114. # Command / message line
  115. set -g message-fg white
  116. set -g message-bg black
  117. set -g message-attr bright
  118.  
  119. # Status line left side
  120. #set -g status-left-length 40
  121. #set -g status-left "#[fg=green]Session: #S #[fg=yellow]#I #[fg=cyan]#P"
  122.  
  123. # Status line right side
  124. # 15% | 28 Nov 18:15
  125. #set -g status-right "#[fg=cyan]%d %b %R"
  126. #set -g status-right '#[fg=green]][#[fg=white] #T #[fg=green]][ #[fg=blue]%Y-%m-%d #[fg=white]%H:%M#[default]'
  127. #set-option -g status-right-length 100
  128. set -g status-right "#[fg=white] #(ip a show eth0 | grep inet | cut -d ' ' -f6 | cut -d '/' -f1) / #(curl icanhazip.com)" #[fg=white]%H:%M #[fg=white]%d.%m.%Y"
  129.  
  130. # Update the status bar every sixty seconds
  131. set -g status-interval 600
  132.  
  133. # Other examples
  134. # what is to be shown to the left on the status bar
  135. #set-option -g status-left '#[fg=magenta]ยป #[fg=magenta,bold]#T#[default]'
  136. # what is to be shown to the right on the status bar
  137. #set-option -g status-right '#[fg=magenta]Up #(uptime | cut -f 4-5 -d " " | cut -f 1 -d ",") #[fg=black]โ€ข #[fg=magenta,bright]%d/%m %H:%M#[default]'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement