diff --git a/readme.md b/readme.md index bc2731e..e010d91 100644 --- a/readme.md +++ b/readme.md @@ -15,7 +15,9 @@ 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 @@ -126,4 +128,4 @@ exec polkit-dumb-agent exec cmst -m ``` -To conveniently manage my VPN (I use NordVPN), I wrote and use [`nordvpn-rofi.sh`](https://nirgendwo.xyz/git/janis/dotfiles/src/branch/main/.local/bin/nordvpn-rofi.sh) +To conveniently manage my VPN (I use NordVPN), I wrote and use [`nordvpn-rofi.sh`](https://nirgendwo.xyz/git/janis/dotfiles/src/branch/main/.local/bin/nordvpn-rofi.sh), a rofi-script.