From 4166ebab8282e25f7bd0f14933b68660e26e7df6 Mon Sep 17 00:00:00 2001 From: sewn Date: Fri, 13 Sep 2024 15:10:09 +0300 Subject: [PATCH] add slock migration, mew --- i3-Migration-Guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i3-Migration-Guide.md b/i3-Migration-Guide.md index 2ba00b9..37c2fa6 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -37,12 +37,13 @@ Sway does not support X logical font description (XLFD) configuration strings. I * xmodmap → [custom keymap file](https://github.com/swaywm/sway/issues/4250), [interception-tools](https://gitlab.com/interception/linux/tools) * xprop → [wlprop](https://gist.github.com/crispyricepc/f313386043395ff06570e02af2d9a8e0#file-wlprop-sh) * [xob](https://github.com/florentc/xob) → [wob](https://github.com/francma/wob) - * [dmenu](https://tools.suckless.org/dmenu/) → [wmenu](https://sr.ht/~adnano/wmenu/), [bemenu](https://github.com/Cloudef/bemenu), [fuzzel](https://codeberg.org/dnkl/fuzzel), [gmenu](https://code.rocketnine.space/tslocum/gmenu), [wldash](https://github.com/kennylevinsen/wldash) + * [dmenu](https://tools.suckless.org/dmenu/) → [wmenu](https://sr.ht/~adnano/wmenu/), [mew](https://codeberg.org/sewn/mew), [bemenu](https://github.com/Cloudef/bemenu), [fuzzel](https://codeberg.org/dnkl/fuzzel), [gmenu](https://code.rocketnine.space/tslocum/gmenu), [wldash](https://github.com/kennylevinsen/wldash) * [bemenu](https://github.com/Cloudef/bemenu): To use the same color scheme used in dmenu, use `bemenu-run -p "" --tb "#285577" --hb "#285577" --tf "#eeeeee" --hf "#eeeeee" --nf "#bbbbbb"` * [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) * [Redshift](https://github.com/jonls/redshift) → [gammastep](https://gitlab.com/chinstrap/gammastep), [wlsunset](https://git.sr.ht/~kennylevinsen/wlsunset) + * [slock](https://git.suckless.org/slock/) → [waylock](https://codeberg.org/ifreund/waylock), [wlock](https://codeberg.org/sewn/wlock) * [kbdd](https://github.com/qnikst/kbdd) (per-window keyboard layout) → [swaykbdd](https://github.com/artemsen/swaykbdd) * [sxhkd](https://github.com/baskerville/sxhkd) (an X daemon that reacts to input events by executing commands), [shkd](https://github.com/baskerville/shkd) (a simple hotkey daemon for the Linux console. ) → [swhkd](https://github.com/waycrate/swhkd) * [synergy](https://github.com/symless/synergy-core) (client) → [waynergy](https://github.com/r-c-f/waynergy)