Updated work on Arch Linux from scratch post

This commit is contained in:
Felipe Martin 2020-12-20 17:25:03 +01:00
parent 3c81dc7158
commit 9017e4d5f6
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 14 additions and 2 deletions

View File

@ -78,6 +78,7 @@ echo 'LANG=en_US.UTF-8' > /etc/locale.conf
# Setup keymap and font
echo 'KEYMAP=us\nFONT=ter-232n' > /etc/vconsole.conf
pacman -S physlock # To allow locking the computer when in VConsole
# Setup the computer hostname
echo 'deru' > /etc/hostname
@ -152,6 +153,17 @@ vim /etc/systemd/sleep.conf
# All these will be into effect in next boot
```
- [ ] IDLE toggle
- [ ] Boot in 1080p mode
- [ ] Docked toggle
- [ ] VConsole auto lock
- [ ] VConsole auto lock?
- [ ] IDLE toggle in VConsole?
- [ ] Bluetooth
- [ ] Audio
- [ ] Hardware acceleration
## Userspace
```
useradd fmartingr
pacman -S sway dmenu xorg-xwayland alacritty qutebrowser
```