From 4822355b5bac8fa7809c51f068cb8640fb808407 Mon Sep 17 00:00:00 2001 From: emersion Date: Thu, 25 Oct 2018 22:38:04 +0200 Subject: [PATCH] Updated i3 Migration Guide (markdown) --- i3-Migration-Guide.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/i3-Migration-Guide.md b/i3-Migration-Guide.md index 3f39383..b6c14df 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -8,12 +8,12 @@ Sway is *almost* a drop-in replacement for i3, but you may have to make a few ch ## Common Xorg apps used on i3 with wayland alternatives: - * xbacklight (backlight management)-> light / brightnessctl - * dunst (notification daemon) -> mako - * feh (wallpaper setting) -> sway output - * scrot (screenshot) -> grim + slurp - * compton / xcompmgr (compositor) -> nothing - * unclutter (hiding cursor after some time) -> interception-hideaway + * xbacklight (backlight management) → light / brightnessctl + * dunst (notification daemon) → mako + * feh (wallpaper setting) → sway output configuration, see `man 5 sway` + * scrot (screenshot) → grim + slurp + * compton / xcompmgr (compositor) → nothing + * unclutter (hiding cursor after some time) → interception-hideaway (note: planned feature) ## See Also