From 28eaa4f0184b182d2f2614c7374610d44fb826d3 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Wed, 3 Apr 2019 00:34:03 -0400 Subject: [PATCH] [X11] add caps lock->control and force Mac DPI scaling Both need to be symlinked to HOME and should be read by LightDM (should that be the choice of Display Manager). --- X11/.Xkbmap | 1 + X11/.xprofile | 1 + 2 files changed, 2 insertions(+) create mode 100644 X11/.Xkbmap create mode 100644 X11/.xprofile diff --git a/X11/.Xkbmap b/X11/.Xkbmap new file mode 100644 index 0000000..85e4907 --- /dev/null +++ b/X11/.Xkbmap @@ -0,0 +1 @@ +-option caps:ctrl_modifier diff --git a/X11/.xprofile b/X11/.xprofile new file mode 100644 index 0000000..2a3e028 --- /dev/null +++ b/X11/.xprofile @@ -0,0 +1 @@ +xrandr --dpi 192 -- libgit2 0.28.4