The current keybinding examples in the README (and bindings.conf) do not work out of the box on recent versions of Quickshell. The IPC syntax has changed, requiring the call subcommand and the handle function to be explicitly stated.
Commands like quickshell ipc target openApps fail with:
A subcommand is required. Run with --help for more information.
To get the bindings working on Hyprland, the commands should follow this format:
quickshell ipc call handle
The current keybinding examples in the README (and bindings.conf) do not work out of the box on recent versions of Quickshell. The IPC syntax has changed, requiring the call subcommand and the handle function to be explicitly stated.
Commands like quickshell ipc target openApps fail with:
A subcommand is required. Run with --help for more information.
To get the bindings working on Hyprland, the commands should follow this format:
quickshell ipc call handle