yah is a collection of utilities
dmenu
imagemagick
xclip
xrandr
h, help print help
a, appLaunch launch Application-Launcher
c, char launch Charpicker
g, grab launch Screenshot-Tool
s, scrLaunch launch Script-Launcher
Before building, make your configuration changes in the file src/config.h. A sample configuration is provided in src/config.h.sample.
To install the tool into your Nix user profile (making it available in your PATH):
nix profile install .To enter a shell with all dependencies pre-installed:
nix developTo run the tool without installing it or creating a build artifact:
nix run . -- [option]To build the project and create a local result symlink:
nix buildThe resulting binary will be located at ./result/bin/yah.
To clear the Nix store and remove unused dependencies:
nix-collect-garbage -d