Witch icon

Witch 4.7.0

Switch apps, windows, or tabs

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    witch # Witch
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    witch # Witch
  ];
}

Package Definition

{
  "pname": "witch",
  "version": "4.7.0",
  "src": {
    "url": "https://manytricks.com/download/_do_not_hotlink_/witch470.dmg",
    "sha256": "aad6812460df8c670999691e244b111bfad19c2544180093ecf2019ca45cb7fe"
  },
  "installPhase": [
    "mkdir -p \"$out/Library/PreferencePanes/Witch.prefPane\" && cp -r \"Witch.prefPane\" \"$out/Library/PreferencePanes\""
  ],
  "meta": {
    "description": "Switch apps, windows, or tabs",
    "homepage": "https://manytricks.com/witch/"
  }
}