Forum › Forums › antiX-development › Development › tiny screenshot tool for antiX [Proposal] › Reply To: tiny screenshot tool for antiX [Proposal]
June 8, 2025 at 8:33 am
#178862
Member
At least from the IceWM keys file (I don’t know about Fluxbox, et al.), you can run python scripts by giving the full path, e.g.
key "Print" python /full/path/to/scr_1.py
Otherwise it will only look in $HOME/ since that’s always the present working directory as far as IceWM is concerned.
You could also just use
key "Print" scrot
though and not need any scripts.
"--"