diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-20T16·49+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-22T21·13+0000 |
commit | 514c5797de382dbdbc6aa44677e79c67ce6fc9b1 (patch) | |
tree | 0575eb304315a7a5f81af419f0fcd1e599f8c1fb | |
parent | 3d6b521919db8229b738cfbde34b45b10c8cacf6 (diff) |
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.
-rw-r--r-- | configs/shared/.xsessionrc.shared | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/shared/.xsessionrc.shared b/configs/shared/.xsessionrc.shared index 9428eb3541bc..4cac1fa8513f 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 <C-;> +keynav & + # Startup Emacs (and EXWM). exec dbus-launch --exit-with-session emacs --debug-init |