From 4bd38bda8e83ee3a22ca8b6edda378d2984b08fe Mon Sep 17 00:00:00 2001 From: listout Date: Mon, 12 Apr 2021 19:53:32 +0530 Subject: sxhkd and Xresources added --- .Xresources | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .Xresources (limited to '.Xresources') 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: -- cgit v1.2.3