diff options
author | Jesús <heckyel@hyperbola.info> | 2019-07-29 12:42:20 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-07-29 12:42:20 -0500 |
commit | ba4f0687d1c229102227780eced22085931d5e0e (patch) | |
tree | 1af72c41ff18f517b30c6e5cf1d6e7ac8f720f43 | |
parent | 233a4fec4164e33f1564079764c9a16751ae64d5 (diff) | |
download | book-ba4f0687d1c229102227780eced22085931d5e0e.tar.lz book-ba4f0687d1c229102227780eced22085931d5e0e.tar.xz book-ba4f0687d1c229102227780eced22085931d5e0e.zip |
Added autospawn
-rw-r--r-- | install-hyperbola/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install-hyperbola/README.md b/install-hyperbola/README.md index b43f8a3..f5415e4 100644 --- a/install-hyperbola/README.md +++ b/install-hyperbola/README.md @@ -283,6 +283,12 @@ root@gnulinux# `rc-update add alsasound default` root@gnulinux# `nano /etc/pulse/client.conf` +descomentar `autospawn` + +```bash +autospawn = yes +``` + #### Ajuste en el idioma de teclado de las Xorg root@gnulinux# `nano /etc/X11/xorg.conf.d/00-keyboard.conf` |