From e7dc5a17df2db2dd405579197d4942a7d0acbe62 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Fri, 10 Sep 2021 11:40:12 +0200 Subject: [PATCH] fix: use xcape instead of xmodmap to swap keys --- .config/X11/xprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/X11/xprofile b/.config/X11/xprofile index 460a790..c06e3d0 100644 --- a/.config/X11/xprofile +++ b/.config/X11/xprofile @@ -17,5 +17,5 @@ dwmblocks & xrdb "$XDG_CONFIG_HOME/X11/xresources" setxkbmap 'fr(oss)' -xmodmap "$XDG_CONFIG_HOME/X11/xmodmap" & +remaps & sxhkd &