From c77858def67691eeed093b14120e3bf9455d8bfe Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sun, 23 Feb 2020 15:46:56 +0530 Subject: ... --- x/.Xresources | 24 ++++++++++++------------ x/.xinitrc | 3 ++- 2 files changed, 14 insertions(+), 13 deletions(-) (limited to 'x') diff --git a/x/.Xresources b/x/.Xresources index 8ad8a5e..63035d7 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -13,9 +13,9 @@ URxvt.scrollTtyOutput: false URxvt.scrollWithBuffer: true URxvt.scrollTtyKeypress: true -URxvt.font: xft:Hermit:style=Medium:size=9:antialias=true,xft:DejaVu Sans Mono:size=9:style=Medium:antialias=true -URxvt.boldFont: xft:Hermit:size=9:style=Bold:antialias=true -URxvt.italicFont: xft:Hermit:size=9:style=Italic:antialias=true +URxvt.font: xft:Hermit:size=9:style=medium:antialias=true +!URxvt.boldFont: xft:Hermit:size=9:style=Bold:antialias=true +!URxvt.italicFont: xft:Hermit:size=9:style=Italic:antialias=true URxvt.letterSpace: 1 urxvt*termName: rxvt urxvt*scrollBar: false @@ -57,14 +57,14 @@ URxvt*inheritPixmap: False *color15: #e0dede ! Perls -URxvt.perl-ext-common : default,matcher,keyboard-select,url-select,resize-font -URxvt.resize-font.step: 1 -URxvt.keysym.M-Escape : perl:keyboard-select:activate -URxvt.keysym.M-u : perl:url-select:select_next -URxvt.keysym.M-s : perl:keyboard-select:search +!URxvt.perl-ext-common : default,matcher,keyboard-select,url-select +!URxvt.resize-font.step: 1 +!URxvt.keysym.M-Escape : perl:keyboard-select:activate +!URxvt.keysym.M-u : perl:url-select:select_next +!URxvt.keysym.M-s : perl:keyboard-select:search !URxvt.perl-ext-common : tabbed,default,matcher !Urxvt.perl-lib : /usr/lib/urxvt/perl/ -URxvt.url-select.launcher : firefox -URxvt.url-select.autocopy : true -URxvt.url-select.underline : true -URxvt.url-select.button: 1 +!URxvt.url-select.launcher : firefox +!URxvt.url-select.autocopy : true +!URxvt.url-select.underline : true +!URxvt.url-select.button: 1 diff --git a/x/.xinitrc b/x/.xinitrc index 5f1d891..79d2232 100644 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -41,4 +41,5 @@ if [ -n "$DISPLAY" ]; then fi xsetroot -cursor_name left_ptr -exec dbus-launch bspwm +xset +fp /usr/share/fonts/liberation-fonts +exec bspwm -- cgit v1.2.3