From 514c5797de382dbdbc6aa44677e79c67ce6fc9b1 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 20 Jan 2020 16:49:21 +0000 Subject: [PATCH] Support keynav I'm trying a mouse-less workflow supported by `keynav`. So far, everything works pretty well... and then I needed to take a screenshot and I don't know how to use `scrot --select` without a mouse. --- configs/shared/.xsessionrc.shared | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/shared/.xsessionrc.shared b/configs/shared/.xsessionrc.shared index 9428eb354..4cac1fa85 100644 --- a/configs/shared/.xsessionrc.shared +++ b/configs/shared/.xsessionrc.shared @@ -24,5 +24,8 @@ compton & # `unclutter` hide the cursor in when it is inactive unclutter & +# Control X's pointer with the keyboard. Activate by pressing +keynav & + # Startup Emacs (and EXWM). exec dbus-launch --exit-with-session emacs --debug-init