hyprswitch icon indicating copy to clipboard operation
hyprswitch copied to clipboard

Unable to hyprswitch init (v. 2.0.4-1) - Invalid type: integer '0'

Open TomasGalvao opened this issue 6 months ago • 10 comments

Tried to install hyprswitch (version 2.0.4-1) via AUR and via Cargo and this is always the output of hyprswitch init -vv:

$ hyprswitch -vv init

DEBUG Checking if daemon is running
DEBUG Daemon not running: Connection refused (os error 111)
INFO Starting daemon
Error: Failed to run daemon

Caused by:
    0: Failed to collect data with config Config { ignore_monitors: false, ignore_workspaces: false, sort_recent: false, filter_current_workspace: false, filter_current_monitor: false, filter_same_class: false, include_special_workspaces: true }
    1: invalid type: integer `0`, expected a boolean at line 21 column 19

TomasGalvao avatar Aug 05 '24 11:08 TomasGalvao