diff --git a/modules/home/sway-launcher-providers/rbw-list.fish b/modules/home/sway-launcher-providers/rbw-list.fish index 92c52fd..d1e3358 100644 --- a/modules/home/sway-launcher-providers/rbw-list.fish +++ b/modules/home/sway-launcher-providers/rbw-list.fish @@ -1,5 +1,5 @@ #!/usr/bin/env fish for p in (rbw list) - echo $p\034rbw\034󰢁 $p + echo $p\034rbw\034$p end diff --git a/modules/home/sway-launcher-providers/rbw.conf b/modules/home/sway-launcher-providers/rbw.conf index b966aa7..a2d954e 100644 --- a/modules/home/sway-launcher-providers/rbw.conf +++ b/modules/home/sway-launcher-providers/rbw.conf @@ -1,5 +1,5 @@ [rbw] list_cmd=fish /home/emenel/.config/sway-launcher-desktop/providers/rbw-list.fish -preview_cmd=echo -e '󰢁 {1}' +preview_cmd=echo -e '󰢁 {1}' launch_cmd=fish -c "wl-copy (rbw get {1})" purge_cmd=command -v '{1}' || exit 43