remote-i3wm-go/README.md

31 lines
780 B
Markdown
Raw Normal View History

2023-08-26 12:16:55 +02:00
Remote i3-wm
============
2023-08-26 12:47:19 +02:00
This project allows you to manage a GNU/Linux desktop (with or without i3-wm). It implements an interface for running:
2023-08-26 12:16:55 +02:00
* `amixer`
* `i3-msg`
* `xdotool`
* `playerctl`
It allows you to:
* change the i3-wm workspaces
* manage volume and spotify
* send text and shortcuts
* move the pointer, scroll and click
* make a screenshot and show the live screen
…by using a web interface with your phone.
Usage
-----
Download the latest binary from [releases](https://gitnet.fr/deblan/remote-i3wm-go/releases).
Create a YAML file from [the model](https://gitnet.fr/deblan/remote-i3wm-go/src/branch/main/config.yaml) and then customize it!
2023-08-26 13:20:51 +02:00
Run the server: `./app-linux-amd64 ./config.yaml`.
2023-08-26 12:16:55 +02:00
Now you can access the web interface on http://127.0.0.1:4000.