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.
This commit is contained in:
parent
3d6b521919
commit
514c5797de
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue