dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 7772ca883cb77bc0ee58a29f79f801f1ad56d146 (patch)
parent 54f630b84baa781dc5a4f149dd8e3ea36a7ee9dd
Author: Alex Karle <alex@alexkarle.com>
Date:   Sun,  1 Jan 2023 14:22:21 -0500

X11: Manually set xrandr DPI on laptop

Diffstat:
M.xsession | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.xsession b/.xsession @@ -1,6 +1,10 @@ #!/bin/sh # .xsession - xenodm(8) user session script +# Old Xorg default DPI, looks good on my laptop +# https://marc.info/?l=openbsd-tech&m=163674121630769&w=2 +xrandr --dpi 96 + # Most importantly -- make caps a ctrl! # see xkeyboard-config(7) for other options! setxkbmap -option ctrl:nocaps