gnotclub / xst

st fork that uses Xresources and some pretty good patches
MIT License
536 stars 74 forks source link

[WIP] Xresources shortcuts #122

Open neeasade opened 3 years ago

neeasade commented 3 years ago

Keybinds are being registered, the command is not associated yet.

Edit: The goal for this is to be able to for example in your xresources:

st.kb_alt_l: notify-send "you pressed alt L!"

or callout to some script that we may give context through env variables (rn just using externalpipe function to give child the terminal contents)


fixes #29

actionless commented 3 years ago

nice idea, good luck with finishing it up

RaafatTurki commented 2 years ago

this would be an awesome feature to have, I'm assuming this also allows the ability to override builtin shortcuts.

you should make a checklist of micro-tasks so others (like me) can send in PRs regarding this.