clarified that nordvpn-rofi.sh is a rofi-script
This commit is contained in:
parent
d3e16840c0
commit
f908810b93
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue