diff options
author | Shubham Saini <pryr@pryr.xyz> | 2020-09-10 11:54:52 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2020-09-10 11:54:52 +0000 |
commit | baa71be6d0cc8e403c0d5b69ed4b40b4c53021ee (patch) | |
tree | 583414afeff7832c2d1d10ce935b763c31b5f7ee /x | |
parent | 17db4c5e84c1aa47ffe28e46416f55686c1c5c92 (diff) |
no more hopping
Diffstat (limited to 'x')
-rwxr-xr-x | x/.Xresources | 11 | ||||
-rwxr-xr-x | x/.xinitrc | 3 |
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 | |||
58 | URxvt.url-launcher : chromium | 58 | URxvt.url-launcher : chromium |
59 | URxvt.matcher.button : 1 | 59 | URxvt.matcher.button : 1 |
60 | 60 | ||
61 | Xft.autohint: true | 61 | Xft.antialias: 1 |
62 | Xft.antialias: true | 62 | Xft.hinting: 1 |
63 | Xft.lcdfilter: lcddefault | 63 | Xft.autohint: 0 |
64 | Xft.rgba: rgb | 64 | Xft.hintstyle: hintslight |
65 | Xft.dpi: 96 | 65 | Xft.rgba: rgb |
66 | Xft.lcdfilter: lcddefault | ||
@@ -5,4 +5,5 @@ setxkbmap -layout us -option caps:ctrl_modifier & | |||
5 | xcape -e 'Caps_Lock=Escape' & | 5 | xcape -e 'Caps_Lock=Escape' & |
6 | # xrandr --setprovideroutputsource modesetting NVIDIA-0 | 6 | # xrandr --setprovideroutputsource modesetting NVIDIA-0 |
7 | # xrandr --auto | 7 | # xrandr --auto |
8 | exec bspwm | 8 | # exec dbus-launch --exit-with-session bspwm |
9 | exec dbus-run-session bspwm | ||