Add i3-wm installation, configuration pending

una
Sergio Alvariño 3 years ago
parent e20cb0d821
commit 2712c06884

@ -718,6 +718,20 @@ sudo add-apt-repository ppa:go-for-it-team/go-for-it-daily && sudo apt-get updat
sudo apt-get install go-for-it
```
## i3 window manager
Añadimos el repo:
``` bash
cd ~/tmp
$ /usr/lib/apt/apt-helper download-file https://debian.sur5r.net/i3/pool/main/s/sur5r-keyring/sur5r-keyring_2021.02.02_all.deb keyring.deb SHA256:cccfb1dd7d6b1b6a137bb96ea5b5eef18a0a4a6df1d6c0c37832025d2edaa710
# dpkg -i ./keyring.deb
# echo "deb http://debian.sur5r.net/i3/ $(grep '^DISTRIB_CODENAME=' /etc/lsb-release | cut -f2 -d=) universe" >> /etc/apt/sources.list.d/sur5r-i3.list
# apt update
# apt install i3
```
# Documentación
## Vanilla LaTeX

@ -591,6 +591,20 @@ sudo add-apt-repository ppa:go-for-it-team/go-for-it-daily && sudo apt-get updat
sudo apt-get install go-for-it
</code>
===== i3 window manager =====
Añadimos el repo:
<code bash>
cd ~/tmp
$ /usr/lib/apt/apt-helper download-file https://debian.sur5r.net/i3/pool/main/s/sur5r-keyring/sur5r-keyring_2021.02.02_all.deb keyring.deb SHA256:cccfb1dd7d6b1b6a137bb96ea5b5eef18a0a4a6df1d6c0c37832025d2edaa710
# dpkg -i ./keyring.deb
# echo "deb http://debian.sur5r.net/i3/ $(grep '^DISTRIB_CODENAME=' /etc/lsb-release | cut -f2 -d=) universe" >> /etc/apt/sources.list.d/sur5r-i3.list
# apt update
# apt install i3
</code>
====== Documentación ======
===== Vanilla LaTeX =====

Binary file not shown.

@ -507,6 +507,17 @@ Si de todas formas lo quieres instalar, aquí tienes los comandos:
<pre class="{bash}">sudo add-apt-repository ppa:go-for-it-team/go-for-it-daily &amp;&amp; sudo apt-get update
sudo apt-get install go-for-it</pre>
== i3 window manager ==
Añadimos el repo:
<syntaxhighlight lang="bash">cd ~/tmp
$ /usr/lib/apt/apt-helper download-file https://debian.sur5r.net/i3/pool/main/s/sur5r-keyring/sur5r-keyring_2021.02.02_all.deb keyring.deb SHA256:cccfb1dd7d6b1b6a137bb96ea5b5eef18a0a4a6df1d6c0c37832025d2edaa710
# dpkg -i ./keyring.deb
# echo "deb http://debian.sur5r.net/i3/ $(grep '^DISTRIB_CODENAME=' /etc/lsb-release | cut -f2 -d=) universe" >> /etc/apt/sources.list.d/sur5r-i3.list
# apt update
# apt install i3</syntaxhighlight>
= Documentación =
== Vanilla LaTeX ==

Binary file not shown.

Binary file not shown.

@ -995,6 +995,23 @@ sudo add-apt-repository ppa:go-for-it-team/go-for-it-daily && sudo apt-get updat
sudo apt-get install go-for-it
\end{verbatim}
\hypertarget{i3-window-manager}{%
\subsection{i3 window manager}\label{i3-window-manager}}
Añadimos el repo:
\begin{Shaded}
\begin{Highlighting}[]
\BuiltInTok{cd}\NormalTok{ \textasciitilde{}/tmp}
\ExtensionTok{$}\NormalTok{ /usr/lib/apt/apt{-}helper download{-}file https://debian.sur5r.net/i3/pool/main/s/sur5r{-}keyring/sur5r{-}keyring\_2021.02.02\_all.deb keyring.deb SHA256:cccfb1dd7d6b1b6a137bb96ea5b5eef18a0a4a6df1d6c0c37832025d2edaa710}
\CommentTok{\# dpkg {-}i ./keyring.deb}
\CommentTok{\# echo "deb http://debian.sur5r.net/i3/ $(grep \textquotesingle{}\^{}DISTRIB\_CODENAME=\textquotesingle{} /etc/lsb{-}release | cut {-}f2 {-}d=) universe" \textgreater{}\textgreater{} /etc/apt/sources.list.d/sur5r{-}i3.list}
\CommentTok{\# apt update}
\CommentTok{\# apt install i3}
\end{Highlighting}
\end{Shaded}
\hypertarget{documentaciuxf3n}{%
\section{Documentación}\label{documentaciuxf3n}}

@ -3,7 +3,6 @@
## Utilidades
gpick con
: _Agave_ y _pdftk_ ya no existen, nos pasamos a _gpick_ y _poppler-utils_
@ -143,3 +142,18 @@ Si de todas formas lo quieres instalar, aquí tienes los comandos:
sudo add-apt-repository ppa:go-for-it-team/go-for-it-daily && sudo apt-get update
sudo apt-get install go-for-it
~~~~
## i3 window manager
Añadimos el repo:
```bash
cd ~/tmp
$ /usr/lib/apt/apt-helper download-file https://debian.sur5r.net/i3/pool/main/s/sur5r-keyring/sur5r-keyring_2021.02.02_all.deb keyring.deb SHA256:cccfb1dd7d6b1b6a137bb96ea5b5eef18a0a4a6df1d6c0c37832025d2edaa710
# dpkg -i ./keyring.deb
# echo "deb http://debian.sur5r.net/i3/ $(grep '^DISTRIB_CODENAME=' /etc/lsb-release | cut -f2 -d=) universe" >> /etc/apt/sources.list.d/sur5r-i3.list
# apt update
# apt install i3
```

Loading…
Cancel
Save