From d3e16840c0c4e5bf270d13676d6449b887c7464b Mon Sep 17 00:00:00 2001 From: Janis Date: Mon, 26 Dec 2022 19:52:54 +0100 Subject: [PATCH] list formatting --- readme.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/readme.md b/readme.md index b270394..bc2731e 100644 --- a/readme.md +++ b/readme.md @@ -5,20 +5,21 @@ /dev/sda * /dev/sda1 - EFI Partition * /dev/sda2 - dmcrypt encrypted partition -BTRFS filesystem with: -- @root -> / -- @home -> /home -- @snapshots -> /.snapshots -- @swap -> /swap - for [swapfile](https://wiki.archlinux.org/title/swap#Swap_file) /swap/swapfile - ensure only root can access swapfile - > `chmod 600 /swa/swapfile` - create swapfile that is bigger than my ram for hibernate-to-disk - > `dd if=/dev/zero of=/swapfile bs=1M count=8196 status=progress` + BTRFS filesystem with: + - @root -> / + - @home -> /home + - @snapshots -> /.snapshots + - @swap -> /swap -- @tmp -> /var/tmp -- @log -> /var/log + for [swapfile](https://wiki.archlinux.org/title/swap#Swap_file) /swap/swapfile + ensure only root can access swapfile + > `chmod 600 /swa/swapfile` + create swapfile that is bigger than my ram for hibernate-to-disk + > `dd if=/dev/zero of=/swapfile bs=1M count=8196 status=progress` + + - @tmp -> /var/tmp + - @log -> /var/log ## Configuration I use [sway](https://swaywm.org) as my window manager, this time I decided to try a display manager aswell which I usually dont bother with and just type `sway` after login, and went for [lemurs](https://github.com/coastalwhite/lemurs), a lightweight TUI dm written in Rust.