101 lines
2.5 KiB
Plaintext
101 lines
2.5 KiB
Plaintext
|
!!!!!!!!!!!!!!!!!!
|
||
|
!URxvt settings
|
||
|
!
|
||
|
|
||
|
!General
|
||
|
URxvt.geometry: 120x28
|
||
|
URxvt.secondaryScreen: true
|
||
|
URxvt.secondaryScroll: true
|
||
|
URxvt.secondaryWheel: true
|
||
|
URxvt.scrollBar: off
|
||
|
URxvt*scrollTtyOutput: false
|
||
|
URxvt*scrollWithBuffer: true
|
||
|
URxvt*scrollTtyKeypress: true
|
||
|
URxvt.jumpScroll: false
|
||
|
URxvt.saveLines: 10000
|
||
|
URxvt.letterSpace: -1
|
||
|
URxvt.internalBorder: 0
|
||
|
URxvt*loginShell: true
|
||
|
URxvt.intensityStyles: false
|
||
|
URxvt.cursorBlink: true
|
||
|
|
||
|
|
||
|
!Fonts
|
||
|
#define fonts xft:DejaVuSansMono:size=11, \
|
||
|
xft:PowerlineSymbols:size=11, \
|
||
|
xft:DejaVu Sans Mono for Powerline:size=11, \
|
||
|
xft:Roboto Mono Light for Powerline:size=11
|
||
|
URxvt.font: fonts
|
||
|
URxvt.boldFont: fonts
|
||
|
URxvt.italicFont: fonts
|
||
|
URxvt.boldItalicFont: fonts
|
||
|
|
||
|
! Perl stuff
|
||
|
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,fullscreen,font-size,tabbedex
|
||
|
URxvt.url-select.launcher: firefox
|
||
|
URxvt.url-select.underline: true
|
||
|
URxvt.keysym.M-u: perl:url-select:select_next
|
||
|
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
||
|
URxvt.keysym.M-s: perl:keyboard-select:search
|
||
|
|
||
|
!Copy to clipboard using Ctrl-Shift-c
|
||
|
URxvt.iso14755 : false
|
||
|
URxvt.clipboard.autocopy: true
|
||
|
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
|
||
|
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
|
||
|
|
||
|
URxvt.keysym.C-plus: perl:font-size:increase
|
||
|
URxvt.keysym.C-underscore: perl:font-size:decrease
|
||
|
URxvt.keysym.C-S-Up: perl:font-size:incglobal
|
||
|
URxvt.keysym.C-S-Down: perl:font-size:decglobal
|
||
|
|
||
|
!Fullscreen
|
||
|
URxvt.keysym.F11: perl:fullscreen:switch
|
||
|
|
||
|
|
||
|
! PaperColor Theme
|
||
|
URxvt.foreground: #4D4D4C
|
||
|
URxvt.background: #EEEEEE
|
||
|
! black
|
||
|
URxvt.color0: #EDEDED
|
||
|
URxvt.color8: #969694
|
||
|
! red
|
||
|
URxvt.color1: #D7005F
|
||
|
URxvt.color9: #D7005F
|
||
|
! green
|
||
|
URxvt.color2: #718C00
|
||
|
URxvt.color10: #718C00
|
||
|
! yellow / orange
|
||
|
URxvt.color3: #D75F00
|
||
|
URxvt.color11: #D75F00
|
||
|
! blue
|
||
|
URxvt.color4: #4271AE
|
||
|
URxvt.color12: #4271AE
|
||
|
! magenta
|
||
|
URxvt.color5: #8959A8
|
||
|
URxvt.color13: #8959A8
|
||
|
! cyan
|
||
|
URxvt.color6: #3E999F
|
||
|
URxvt.color14: #3E999F
|
||
|
! white
|
||
|
URxvt.color7: #4D4D4C
|
||
|
URxvt.color15: #F5F5F5
|
||
|
!!PaperColor Theme END
|
||
|
|
||
|
!Tab colors
|
||
|
URxvt.tabbed.tabbar-fg: 244
|
||
|
URxvt.tabbed.tabbar-bg: 234
|
||
|
URxvt.tabbed.title-fg: 238
|
||
|
URxvt.tabbed.title-bg: 234
|
||
|
URxvt.tabbed.bell-fg: 253
|
||
|
URxvt.tabbed.bell-bg: 166
|
||
|
URxvt.tabbed.bell-tab-fg: 253
|
||
|
URxvt.tabbed.bell-tab-bg: 244
|
||
|
URxvt.tabbed.tab-fg: 249
|
||
|
URxvt.tabbed.tab-bg: 238
|
||
|
URxvt.tabbed.autohide: false
|
||
|
URxvt.keysym.Control-t: perl:tabbedex:new_tab
|
||
|
URxvt.keysym.M-Shift-L: perl:tabbedex:next_tab
|
||
|
URxvt.keysym.M-Shift-H: perl:tabbedex:prev_tab
|
||
|
|