From 13da43ce1caf22f404335d0dd5a08cb3235fa09b Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 9 Jan 2021 23:01:58 +0000 Subject: [PATCH] Document modern way to force DPMS off --- 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 85aed99..26f0a8b 100644 --- a/i3-Migration-Guide.md +++ b/i3-Migration-Guide.md @@ -5,7 +5,7 @@ Sway is *almost* a drop-in replacement for i3, but you may have to make a few ch * Use the `input` command to configure input devices * 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'` +* To emulate `xset dpms force off`, use `swayidle timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'` then run `pkill -USR1 swayidle` to trigger timeout immediately. ## Font configuration