Commit Graph

2 Commits

Author SHA1 Message Date
Anton Midyukov
27dce17f06 alternatives: add x-terminal-emulator 2023-08-23 11:57:04 +07:00
Anton Midyukov
2f0cf575ec alternatives: initial feature
This feature allows you to set alternatives [1].
For example, like this:

   @$(call add,ALTERNATIVES,/usr/bin/xvt:/usr/bin/xterm)

Also, in the config itself, targets for setting alternatives may already
be predefined. For example, use/alternatives/xvt/% allows you to specify
arbitrary alternatives for xvt:
use/alternatives/xvt/xterm, use/alternatives/xvt/mate-terminal, etc.
However, an alternative must be available.

1. https://www.altlinux.org/Alternatives
2023-03-27 16:00:26 +07:00