mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
Updated i3 Migration Guide (markdown)
parent
986630d88b
commit
dbe5f65c26
@ -7,6 +7,8 @@ Sway is *almost* a drop-in replacement for i3, but you may have to make a few ch
|
||||
* `i3-msg` → `swaymsg`
|
||||
* `i3lock` → [`swaylock`](https://github.com/swaywm/swaylock)
|
||||
* `i3-nagbar` → `swaynag`
|
||||
* `i3bar` → `swaybar`
|
||||
* `i3status` → [_Alternative bar content generators_](https://github.com/swaywm/sway/wiki/Useful-add-ons-for-sway#bar-content-generators)
|
||||
* Sway handles quotes slightly differently - commands are handled more like shell commands
|
||||
* 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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user