From 91e9c808a0f2b01b67c32a3603626dac0cf90d49 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Tue, 31 Mar 2020 12:49:23 +0530 Subject: rm bloat --- x/.Xresources | 20 +++++++++++++++----- x/.xinitrc | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) (limited to 'x') diff --git a/x/.Xresources b/x/.Xresources index 4e97f28..aefcb91 100644 --- a/x/.Xresources +++ b/x/.Xresources @@ -13,10 +13,10 @@ URxvt.scrollTtyOutput: false URxvt.scrollWithBuffer: true URxvt.scrollTtyKeypress: 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.font: xft:Hermit:pixelsize=12:style=medium:antialias=true:hinting=true:hintstyle=hintfull +URxvt.boldFont: xft:Hermit:pixelsize=12:style=bold:autohint=true:antialias=true +URxvt.italicFont: xft:Hermit:pixelsize=12:style=italic:autohint=true:antialias=true +URxvt.letterSpace: 1 urxvt*termName: rxvt urxvt*scrollBar: false urxvt*matcher.button: 1 @@ -73,4 +73,14 @@ URxvt*inheritPixmap: False *.color15: #d2d4de ! Perls -URxvt.perl-ext-common : default,matcher, +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 : tabbed,default,matcher +Urxvt.perl-lib : /usr/lib64/urxvt/perl/ +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 13792ac..199888c 100644 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -61,4 +61,4 @@ if [ "$2" = "nvidia" ]; then xrandr --auto fi xsetroot -cursor_name left_ptr -exec bspwm +exec dbus-launch --exit-with-session bspwm -- cgit v1.2.3