For the complete documentation index, see llms.txt. This page is also available as Markdown.

sxhkd

Key chording

You can do key chording with sxhkd. For example, following example makes use of key chording to jump into apps.

# App jump chords
super + j; {g,f,t,e,v,p}
    jumpapp -m {googl-chrome,firefox,xfce4-terminal,emacs,gvim,postman}

Last updated