From b72b1124263db09b4a16ca19ced9d970764f12a8 Mon Sep 17 00:00:00 2001 From: druckdev Date: Mon, 24 Jan 2022 13:22:22 +0100 Subject: [PATCH] X11:xinit: Check for existence of `xcape` Even if it is commented right now I want it to work correctly when I uncomment it. --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index 7448103..28b8d65 100644 --- a/.xinitrc +++ b/.xinitrc @@ -30,7 +30,7 @@ fi unset {sys,user}{resources,modmap,xinitrcd} # acts as when pressed alone and shortly. -# xcape -t 250 -e 'Control_R=Escape' +# ! command -v xcape || xcape -t 250 -e 'Control_R=Escape' # Key repeat rate xset r rate 400 35