📝 Made note on how to auto start river in tty2 zsh
This commit is contained in:
parent
03e59db412
commit
41d22d9d40
1 changed files with 9 additions and 0 deletions
|
|
@ -184,6 +184,15 @@ repos. Once installed, you can view these images from foot by typing in:
|
|||
img2sixel image.png
|
||||
```
|
||||
|
||||
**AUTO STARTING IN TTY2 VIA ZPROFILE**
|
||||
|
||||
To start river automatically when logging into tty2, add the following to your
|
||||
zprofile:
|
||||
|
||||
```
|
||||
[[ -z $WAYLAND_DISPLAY && $XDG_VTNR -eq 2 ]] && exec river
|
||||
```
|
||||
|
||||
**CONCLUSION**
|
||||
|
||||
Once all set up, simply switch to a separate tty (ctrl + alt + F<your_choice>).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue