summaryrefslogtreecommitdiff
path: root/x
diff options
context:
space:
mode:
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