jazz1n / dotfiles

My customized configuration
14 stars 0 forks source link

fuzzel #1

Closed kittenvr closed 2 months ago

kittenvr commented 2 months ago

how do i manually download the config for fuzzel and how do i bind it?

jazz1n commented 2 months ago

Hey, the config for fuzzel is in: .config/fuzzel directory. you can download the code as zip and extract it and put whichever one (fuzzel-cyberpunk.ini or fuzzel-gruvbox.ini) in this directory: ~/.config/fuzzel. Just remember to rename it to fuzzel.ini

and as to how to bind it: In .config/hypr/hyprland.conf I have these lines for binding fuzzel to Mod + R shortcut.

$menu = fuzzel bind = $mainMod, R, exec, $menu

you can probably just have it in one line like this: bind = $mainMod, R, exec, fuzzel

let me know if this helps :)

kittenvr commented 2 months ago

thanks