# wofi-youtube Wayland用YouTubeラーンチャ。\ [X11版はこちらです。](https://gitler.moe/suwako/rofi-youtube) ## インストールする方法 ```sh git clone https://gitler.moe/suwako/wofi-youtube.git cd wofi-youtube make doas make install ``` ## 使い方 `man wofi-youtube` 又は `wofi-youtube -h` を実行して下さい。 ## dwlに追加 ```sh cd ~/.local/src/dwl nvim config.h ``` ```c ... { MODKEY, XKB_KEY_z, spawn, {.v = (const char*[]){ "wofi-youtube -i", NULL } } }, { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Z, spawn, {.v = (const char*[]){ "wofi-youtube -s", NULL } } }, ... ``` ```sh make doas make install pkill dwl dwl ```