Updated work on Arch Linux from scratch post
This commit is contained in:
parent
3c81dc7158
commit
9017e4d5f6
1 changed files with 14 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue