mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
some minor corrections
This commit is contained in:
parent
1a69144f53
commit
71fa0d4308
1 changed files with 9 additions and 9 deletions
18
README.pt.md
18
README.pt.md
|
|
@ -1,13 +1,12 @@
|
||||||
# sway
|
# sway
|
||||||
|
|
||||||
[**English**](https://github.com/swaywm/sway/blob/master/README.md#sway--) - [日本語](https://github.com/swaywm/sway/blob/master/README.ja.md#sway--) - [Français](https://github.com/swaywm/sway/blob/master/README.fr.md#sway--) - [Українська](https://github.com/swaywm/sway/blob/master/README.uk.md#sway--) - [Español](https://github.com/swaywm/sway/blob/master/README.es.md#sway--) - [Polski](https://github.com/swaywm/sway/blob/master/README.pl.md#sway--) - [中文-简体](https://github.com/swaywm/sway/blob/master/README.zh-CN.md#sway--) - [Deutsch](https://github.com/swaywm/sway/blob/master/README.de.md#sway--) - [Nederlands](https://github.com/swaywm/sway/blob/master/README.nl.md#sway--) - [Русский](https://github.com/swaywm/sway/blob/master/README.ru.md#sway--) - [中文-繁體](https://github.com/swaywm/sway/blob/master/README.zh-TW.md#sway--) - [Português]()
|
O sway é um compositor do [Wayland](http://wayland.freedesktop.org/) compatível com o [i3](https://i3wm.org/).
|
||||||
|
<!-- sway is an [i3](https://i3wm.org/)-compatible [Wayland](http://wayland.freedesktop.org/) compositor. -->
|
||||||
sway is an [i3](https://i3wm.org/)-compatible [Wayland](http://wayland.freedesktop.org/) compositor.
|
Leia o [FAQ](https://github.com/swaywm/sway/wiki). Junte-se ao [canal do
|
||||||
Leia o [FAQ](https://github.com/swaywm/sway/wiki). Junte-se ao [canal
|
|
||||||
IRC](http://webchat.freenode.net/?channels=sway&uio=d4) (#sway em
|
IRC](http://webchat.freenode.net/?channels=sway&uio=d4) (#sway em
|
||||||
irc.freenode.net).
|
irc.freenode.net).
|
||||||
|
|
||||||
Se você gostaria de apoiar o desenvolvimento do sway, por favor contribua na [página do patreon de
|
Se você gostaria de apoiar o desenvolvimento do sway, por favor, contribua na [página do patreon de
|
||||||
SirCmpwn](https://patreon.com/sircmpwn).
|
SirCmpwn](https://patreon.com/sircmpwn).
|
||||||
|
|
||||||
## Assinatura das versões
|
## Assinatura das versões
|
||||||
|
|
@ -45,10 +44,11 @@ Instale as dependências:
|
||||||
* pango
|
* pango
|
||||||
* cairo
|
* cairo
|
||||||
* gdk-pixbuf2 (optional: system tray)
|
* gdk-pixbuf2 (optional: system tray)
|
||||||
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (optional: man pages) \*
|
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (Opcional: man pages) \*
|
||||||
* git \*
|
* git \*
|
||||||
|
|
||||||
_\*Compile-time dep_
|
_\*Dependência de tempo de compilação_
|
||||||
|
<!-- _\*Compile-time dep_ -->
|
||||||
|
|
||||||
Rode esses comandos:
|
Rode esses comandos:
|
||||||
<!-- Run these commands: -->
|
<!-- Run these commands: -->
|
||||||
|
|
@ -57,12 +57,12 @@ Rode esses comandos:
|
||||||
ninja -C build
|
ninja -C build
|
||||||
sudo ninja -C build install
|
sudo ninja -C build install
|
||||||
|
|
||||||
Em sistemas sem logind, você precisa executar o binário do sway:
|
Em sistemas sem logind, você precisa preparar o binário do sway:
|
||||||
<!-- On systems without logind, you need to suid the sway binary: -->
|
<!-- On systems without logind, you need to suid the sway binary: -->
|
||||||
|
|
||||||
sudo chmod a+s /usr/local/bin/sway
|
sudo chmod a+s /usr/local/bin/sway
|
||||||
|
|
||||||
O sway perderá as privilégios de de root logo após o startup.
|
O sway perderá as privilégios de de root logo após o início do sistema.
|
||||||
<!-- Sway will drop root permissions shortly after startup. -->
|
<!-- Sway will drop root permissions shortly after startup. -->
|
||||||
|
|
||||||
## Configuração
|
## Configuração
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue