We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have seen reports on this mostly on Kali Linux
This is in addition to this other issue see #159
Assume YAD is already installed, when launched via terminal, Hint works. However when launch via keybind (SUPER H), didnt work.
a work around.
edit ~/.config/hypr/configs/Keybinds.conf
about line 23
bind = $mainMod, H, exec, $scriptsDir/KeyHints.sh # Small help file
change it to (adding env bash) bind = $mainMod, H, exec, env bash $scriptsDir/KeyHints.sh # Small help file
This should now help the launching of KeyHints via Keybind
Another thing to check is LOCALE have to be set See here how to set Locale. This will also fix the waybar-cava https://github.com/JaKooLit/Hyprland-Dots/wiki/FAQ#-waybar-cava-broken
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have seen reports on this mostly on Kali Linux
This is in addition to this other issue
see #159
Assume YAD is already installed, when launched via terminal, Hint works. However when launch via keybind (SUPER H), didnt work.
a work around.
edit ~/.config/hypr/configs/Keybinds.conf
about line 23
bind = $mainMod, H, exec, $scriptsDir/KeyHints.sh # Small help file
change it to (adding env bash)
bind = $mainMod, H, exec, env bash $scriptsDir/KeyHints.sh # Small help file
This should now help the launching of KeyHints via Keybind
Another thing to check is LOCALE have to be set
See here how to set Locale. This will also fix the waybar-cava
https://github.com/JaKooLit/Hyprland-Dots/wiki/FAQ#-waybar-cava-broken
The text was updated successfully, but these errors were encountered: