From d90cfa2e0019ba35e005e36dbd339682f4eae66a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20B=C3=BCrk?= Date: Wed, 27 Mar 2019 20:49:29 +0100 Subject: [PATCH] i3lock doesn't have a dash --- 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 279a10f..2bade1f 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -3,7 +3,7 @@ Sway is *almost* a drop-in replacement for i3, but you may have to make a few ch * Use the `output` command to configure outputs instead of xrandr * Use the `output` command to configure your wallpaper instead of feh * Use the `input` command to configure input devices -* Replace usage of `i3-msg`, `i3-lock`, and so on, with the equivalent sway tools. +* Replace usage of `i3-msg`, `i3lock`, and so on, with the equivalent sway tools. * Sway handles quotes slightly differently - commands are handled more like shell commands * To emulate `xset dpms force off`, use `swayidle timeout 1 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"; pkill -n swayidle'`