1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-04-25 14:50:36 +00:00

Remove old workarounds for nagbar and xcb

Ian Fan 2018-10-24 11:34:23 +01:00
parent 0cbc540957
commit 8c90767b46

@ -3,8 +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
* Use xkb environment variables to customize your keyboard layout, not setxkb
* Replace usage of `i3-msg`, `i3-lock`, and so on, with the equivalent sway tools. There is no replacement for `i3-nagbar`. However, `i3-nagbar` works with Sway if you wish to continue to use it.
* Replace usage of `i3-msg`, `i3-lock`, and so on, with the equivalent sway tools.
* Sway handles quotes slightly differently - commands are handled more like shell commands
## See Also