2016-05-09 04:49:51 +00:00
|
|
|
# SWAY
|
|
|
|
|
|
|
|
[Sway][1] is an i3-compatible window manager for Wayland. Using i3status for the menu bar. Run with ``sway``.
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
* sway
|
|
|
|
* i3status
|
|
|
|
* ttf-font-icons
|
2016-05-09 05:50:17 +00:00
|
|
|
* rxvt-unicode
|
2016-05-09 04:49:51 +00:00
|
|
|
|
|
|
|
## Setup
|
|
|
|
|
|
|
|
``mkdir -p ~/config/{i3status,sway}``
|
|
|
|
|
|
|
|
``ln -s ~/.dotfiles/sway/sway.config ~/.config/sway/config``
|
|
|
|
|
2016-05-09 05:50:17 +00:00
|
|
|
``ln -s ~/.dotfiles/sway/i3status.config ~/.config/i3status/config``
|
|
|
|
|
|
|
|
``ln -s ~/.dotfiles/sway/Xresources ~/.Xresources``
|
2016-05-09 04:49:51 +00:00
|
|
|
|
|
|
|
[1]: https://github.com/SirCmpwn/sway
|