essentialsoftware.md: replace kgx-tmux with footclient-tmux

This commit is contained in:
Aminda Suomalainen 2025-06-06 21:09:25 +03:00
parent 04a317b2db
commit 711ba2f16b
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -501,16 +501,18 @@ AuthenticationMethods publickey
### `/etc/xdg/autostart`
Not having terminal autostarting for all users is pain.
Not having terminal autostarting for all users is pain. First
`sudo systemctl --global enable foot-server.socket`
- https://codeberg.org/Aminda/shell-things/src/branch/cxefa/etc/xdg/autostart/kgx-tmux.desktop
- [footclient-tmux.desktop](https://codeberg.org/Aminda/shell-things/src/branch/cxefa/etc/xdg/autostart/footclient-tmux.desktop)
```desktop
[Desktop Entry]
Terminal=true
Exec=kgx --command="bash --norc -c tmux"
Name=Tmux in Console
Icon=org.gnome.Console
Type=Application
Exec=footclient -m tmux
Icon=foot
Terminal=false
Name=Foot Client running tmux
```
### `aminda-*.{service,socket}`