Reply To: tiny screenshot tool for antiX [Proposal]

Forum › Forums › antiX-development › Development › tiny screenshot tool for antiX [Proposal] › Reply To: tiny screenshot tool for antiX [Proposal]

#178862
anti-apXos
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.

    "--"