From 57a0271100439e018fdcdb25b502601a907e059a Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 11 Feb 2022 10:47:35 +0100 Subject: [PATCH] Updated i3 Migration Guide (markdown) --- i3-Migration-Guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/i3-Migration-Guide.md b/i3-Migration-Guide.md index b7ea345..5f98a64 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -32,6 +32,7 @@ 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) * [xob](https://github.com/florentc/xob) → [wob](https://github.com/francma/wob) * [dmenu](https://tools.suckless.org/dmenu/) → [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)