Issuing
Hyprland --verify-config
reports dispatcher errors from enabled plugins, like so:
[LOG] Using config: /home/user/.config//hypr/hyprland.conf
[LOG] Using config: /home/user/.config//hypr/hyprland.conf
[ERR] Invalid dispatcher: hyprexpo:expo
[ERR] Invalid dispatcher: plugin:xtd:closeunfocused
[LOG] CWindowRule: direct prop rule found, rewritten nofocus -> prop nofocus
======== Config parsing result:
Config error in file /home/user/.config/hypr/settings/keybinds.conf at line 44: Invalid dispatcher, requested "hyprexpo:expo" does not exist
Config error in file /home/user/.config/hypr/settings/keybinds.conf at line 46: Invalid dispatcher, requested "plugin:xtd:closeunfocused" does not exist
Config error in file /home/user/.config/hypr/hyprland.conf at line 1: Config error in file /home/user/.config/hypr/settings/keybinds.conf at line 44: Invalid dispatcher, requested "hyprexpo:expo" does not exist
Config error in file /home/user/.config/hypr/settings/keybinds.conf at line 46: Invalid dispatcher, requested "plugin:xtd:closeunfocused" does not exist
The plugin.conf is the following:
plugin {
hyprexpo {
columns = 3
gap_size = 5
bg_col = rgb(111111)
workspace_method = center current
}
}
The keybinds for hyprexpo & xtra-dispatchers are:
bind = $mainMod, grave, hyprexpo:expo, toggle
bind = $mainMod, C, plugin:xtd:closeunfocused
And the status of the plugins is:
hyprpm list
β Repository hyprland-plugins:
β Plugin borders-plus-plus
ββ enabled: false
β Plugin csgo-vulkan-fix
ββ enabled: false
β Plugin hyprbars
ββ enabled: false
β Plugin hyprexpo
ββ enabled: true
β Plugin hyprfocus
ββ enabled: false
β Plugin hyprscrolling
ββ enabled: false
β Plugin hyprtrails
ββ enabled: false
β Plugin hyprwinwrap
ββ enabled: false
β Plugin xtra-dispatchers
ββ enabled: true
FWIW, both enabled plugins work as expected.
System is archlinux, fully updated.
Is that an expected outcome of plugin reported errors or am I missing something?
I would really appreciate some sort of feedback.
TIA