diff options
author | listout <listout@protonmail.com> | 2021-04-12 19:53:32 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-04-12 19:55:40 +0530 |
commit | 4bd38bda8e83ee3a22ca8b6edda378d2984b08fe (patch) | |
tree | 54e393746ef8b110217fab719fe61650e47c60d2 /.Xresources | |
parent | 75a8256d9415643a18c6ba7c80b35f609bbf3225 (diff) |
sxhkd and Xresources added
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: |