list formatting
This commit is contained in:
parent
b31b8c57cb
commit
d3e16840c0
15
readme.md
15
readme.md
|
@ -5,11 +5,12 @@
|
|||
/dev/sda
|
||||
* /dev/sda1 - EFI Partition
|
||||
* /dev/sda2 - dmcrypt encrypted partition
|
||||
BTRFS filesystem with:
|
||||
- @root -> /
|
||||
- @home -> /home
|
||||
- @snapshots -> /.snapshots
|
||||
- @swap -> /swap
|
||||
|
||||
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
|
||||
|
@ -17,8 +18,8 @@ BTRFS filesystem with:
|
|||
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
|
||||
- @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.
|
||||
|
|
Loading…
Reference in a new issue