-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set a keybind via xresources #29
Comments
I'm guessing a bit here (Button4 is bound to kscrollup), but I think this can be done by appending { Button4, ShiftMask, externalpipe, {.v = "<your command here>" } }, to |
hummm. thanks, will try that! |
Since there has been no movement on this, I'll close it. Feel free to reopen if you do have a followup. |
yes, it worked. I wish there was a way to set this externally though, without having to recompile. |
neeasade and I are talking about a long-ish term plan to add this functionality (along with a client-server model). I'll try and keep this issue updated when work on that happens. |
opening this to mention there's some steps towards xresources shortcuts in this branch: https://github.com/gnotclub/xst/tree/xresources_shortcuts |
I have a script that sets the font size (using kill -USR1 and xrdb to live reload the changes made to .Xresources).
I want that when I hit shift + mousewheel-up, this script gets executed.
Is there a way to achieve that in xst?
thanks for the project @neeasade!
The text was updated successfully, but these errors were encountered: