clarified that nordvpn-rofi.sh is a rofi-script

This commit is contained in:
Janis 2022-12-26 19:54:59 +01:00
parent d3e16840c0
commit f908810b93

View file

@ -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.