From 10c5224410a12a8a34f121cda3ece947ab34cef1 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Fri, 25 Oct 2019 00:06:13 -0400 Subject: [PATCH] xprofile: use setxkbmap for caps as ctrl --- applications/xprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/xprofile b/applications/xprofile index 10becc0..06385e3 100644 --- a/applications/xprofile +++ b/applications/xprofile @@ -16,6 +16,7 @@ export EDITOR=vim # run user startup jobs xrdb -merge ~/.Xresources +setxkbmap -option 'caps:ctrl_modifier' ibus-daemon & mpd &