From baa71be6d0cc8e403c0d5b69ed4b40b4c53021ee Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Thu, 10 Sep 2020 17:24:52 +0530 Subject: no more hopping --- x/.Xresources | 11 ++++++----- x/.xinitrc | 3 ++- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'x') diff --git a/x/.Xresources b/x/.Xresources index 644860b..96e845e 100755 --- a/x/.Xresources +++ b/x/.Xresources @@ -58,8 +58,9 @@ URxvt.font-size.step: 1 URxvt.url-launcher : chromium URxvt.matcher.button : 1 -Xft.autohint: true -Xft.antialias: true -Xft.lcdfilter: lcddefault -Xft.rgba: rgb -Xft.dpi: 96 +Xft.antialias: 1 +Xft.hinting: 1 +Xft.autohint: 0 +Xft.hintstyle: hintslight +Xft.rgba: rgb +Xft.lcdfilter: lcddefault diff --git a/x/.xinitrc b/x/.xinitrc index bf7bf3c..7d24b5e 100755 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -5,4 +5,5 @@ setxkbmap -layout us -option caps:ctrl_modifier & xcape -e 'Caps_Lock=Escape' & # xrandr --setprovideroutputsource modesetting NVIDIA-0 # xrandr --auto -exec bspwm +# exec dbus-launch --exit-with-session bspwm +exec dbus-run-session bspwm -- cgit v1.2.3