Correct typo in 'export DISPLAY'

una
Sergio Alvariño 2 years ago
parent 86557574c1
commit ff42afb163

@ -917,7 +917,7 @@ script con las siguientes lineas:
``` bash
Xephyr -ac -screen 800x600 -br -reset -terminate 2> /dev/null :1 &
export DISPLAY=1
export DISPLAY=:1
i3
```

@ -742,7 +742,7 @@ Asi que si queremos arrancar por ejemplo el //i3wm// podríamos hacer un script
<code bash>
Xephyr -ac -screen 800x600 -br -reset -terminate 2> /dev/null :1 &
export DISPLAY=1
export DISPLAY=:1
i3
</code>

Binary file not shown.

@ -644,7 +644,7 @@ Para lanzar un ''Xserver'' usaríamos un comando como:
Asi que si queremos arrancar por ejemplo el ''i3wm'' podríamos hacer un script con las siguientes lineas:
<syntaxhighlight lang="bash">Xephyr -ac -screen 800x600 -br -reset -terminate 2> /dev/null :1 &
export DISPLAY=1
export DISPLAY=:1
i3</syntaxhighlight>
Para ''Qtile'' bastaria con cambiar <code>i3</code> por <code>qtile start</code>

Binary file not shown.

Binary file not shown.

@ -1244,7 +1244,7 @@ un script con las siguientes lineas:
\begin{Shaded}
\begin{Highlighting}[]
\ExtensionTok{Xephyr} \AttributeTok{{-}ac} \AttributeTok{{-}screen}\NormalTok{ 800x600 }\AttributeTok{{-}br} \AttributeTok{{-}reset} \AttributeTok{{-}terminate} \DecValTok{2}\OperatorTok{\textgreater{}}\NormalTok{ /dev/null :1 }\KeywordTok{\&}
\BuiltInTok{export} \VariableTok{DISPLAY=}\NormalTok{1}
\BuiltInTok{export} \VariableTok{DISPLAY=}\NormalTok{:1}
\ExtensionTok{i3}
\end{Highlighting}
\end{Shaded}

@ -311,7 +311,7 @@ Asi que si queremos arrancar por ejemplo el _i3wm_ podríamos hacer un script co
```bash
Xephyr -ac -screen 800x600 -br -reset -terminate 2> /dev/null :1 &
export DISPLAY=1
export DISPLAY=:1
i3
```

Loading…
Cancel
Save