diff options
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..ef8c516 --- /dev/null +++ b/.Xresources @@ -0,0 +1,30 @@ +URxvt.scrollBar: flase + +URxvt.font: xft:TamzenForPowerline:pixelsize=15 +URxvt.boldFont: xft:TamzenForPowerline:bold:pixelsize=15 + +URxvt.background: black +URxvt.foreground: white + +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 + +URxvt.iso14755: false + +URxvt.keysym.Control-Meta-c: builtin-string: +URxvt.keysym.Control-Meta-v: builtin-string: +URxvt.keysym.Shift-Control-V: eval:paste_clipboard +URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard + +URxvt.perl-lib: /usr/lib/urxvt/perl/ +URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select + +URxvt.urlLauncher: firefox +URxvt.underlineURLs: true +URxvt.urlButton: 1 + +! vim: set filetype=xdefaults nomodeline: |