From 9017e4d5f608c0ec978b61f6b34aa1bf65579bc6 Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Sun, 20 Dec 2020 17:25:03 +0100 Subject: [PATCH] Updated work on Arch Linux from scratch post --- .../contents.lr | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/content/blog/01-archlinux-install-from-zero-to-hero/contents.lr b/content/blog/01-archlinux-install-from-zero-to-hero/contents.lr index b628343..8be0f4b 100644 --- a/content/blog/01-archlinux-install-from-zero-to-hero/contents.lr +++ b/content/blog/01-archlinux-install-from-zero-to-hero/contents.lr @@ -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 +```