summaryrefslogtreecommitdiff
path: root/x
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2020-09-10 11:54:52 +0000
committerShubham Saini <pryr@pryr.xyz>2020-09-10 11:54:52 +0000
commitbaa71be6d0cc8e403c0d5b69ed4b40b4c53021ee (patch)
tree583414afeff7832c2d1d10ce935b763c31b5f7ee /x
parent17db4c5e84c1aa47ffe28e46416f55686c1c5c92 (diff)
no more hopping
Diffstat (limited to 'x')
-rwxr-xr-xx/.Xresources11
-rwxr-xr-xx/.xinitrc3
2 files changed, 8 insertions, 6 deletions
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
58URxvt.url-launcher : chromium 58URxvt.url-launcher : chromium
59URxvt.matcher.button : 1 59URxvt.matcher.button : 1
60 60
61Xft.autohint: true 61Xft.antialias: 1
62Xft.antialias: true 62Xft.hinting: 1
63Xft.lcdfilter: lcddefault 63Xft.autohint: 0
64Xft.rgba: rgb 64Xft.hintstyle: hintslight
65Xft.dpi: 96 65Xft.rgba: rgb
66Xft.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 &
5xcape -e 'Caps_Lock=Escape' & 5xcape -e 'Caps_Lock=Escape' &
6# xrandr --setprovideroutputsource modesetting NVIDIA-0 6# xrandr --setprovideroutputsource modesetting NVIDIA-0
7# xrandr --auto 7# xrandr --auto
8exec bspwm 8# exec dbus-launch --exit-with-session bspwm
9exec dbus-run-session bspwm