polaroid

izu

izu is a unified hotkey config system for primarily Linux. Atleast, that\'s what I call it. To explain it in basic terms, izu is a program that allows you to write a single config file that can convert to config files for different hotkey daemons. What this means is that if you want to swap from sxhkd to Hyprland , then you don\'t have to rewrite your hotkey configuration in a different format. You can just write it once in izu\'s format and then convert it to the format you need. What if certain systems don\'t support the same programs and you have to change the command that the hotkey runs? izu supports this aswell by allowing you to define commands per system! Here\'s an example of what a config file might look like:

          
            Super + q
  sxhkd | bspc close -f
  sway | swaymsg kill
  hyprland | hyprctl dispatch killactive