From 3d86d51fe84ee7765a25d1dfcbfada8342db0d32 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Fri, 8 Jan 2021 23:16:13 -0800 Subject: [PATCH] Add dmenu replacement gmenu --- i3-Migration-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3-Migration-Guide.md b/i3-Migration-Guide.md index 62478c7..2f4800e 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -31,7 +31,7 @@ Sway does not support X logical font description (XLFD) configuration strings. I * xev → [wev](https://git.sr.ht/~sircmpwn/wev/) * xmodmap → [custom keymap file](https://github.com/swaywm/sway/issues/4250) * [xob](https://github.com/florentc/xob) → [wob](https://github.com/francma/wob) - * [dmenu](https://tools.suckless.org/dmenu/) → [bemenu](https://github.com/Cloudef/bemenu), [wldash](https://github.com/kennylevinsen/wldash) + * [dmenu](https://tools.suckless.org/dmenu/) → [bemenu](https://github.com/Cloudef/bemenu), [gmenu](https://gitlab.com/tslocum/gmenu), [wldash](https://github.com/kennylevinsen/wldash) * [rofi](https://github.com/davatorium/rofi) → [wofi](https://hg.sr.ht/~scoopta/wofi), [rofi patch](https://github.com/davatorium/rofi/pull/1139) * ffmpeg x11grab (screen recorder) → [wf-recorder](https://github.com/ammen99/wf-recorder), [txproto](https://github.com/cyanreg/txproto) * VNC → [wayvnc](https://github.com/any1/wayvnc)