i3lock doesn't have a dash

Ingo Bürk 2019-03-27 20:49:29 +01:00
parent 515c554173
commit d90cfa2e00

@ -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 outputs instead of xrandr
* Use the `output` command to configure your wallpaper instead of feh * Use the `output` command to configure your wallpaper instead of feh
* Use the `input` command to configure input devices * 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 * 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 1 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"; pkill -n swayidle'`