|
||
---|---|---|
static | ||
views | ||
.gitignore | ||
CHANGELOG.md | ||
Makefile | ||
README.md | ||
actions.go | ||
config.go | ||
config.yaml | ||
go.mod | ||
go.sum | ||
home_controller.go | ||
main.go | ||
rice-box.go | ||
utils.go | ||
ws_controller.go |
README.md
Remote i3-wm
This project allows you to manage a GNU/Linux desktop (with or without i3-wm). It implements an interface for running:
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.
Create a YAML file from the model and then customize it!
Run the server: ./app-linux-amd64 ./config.yaml
.
Now you can access the web interface on http://127.0.0.1:4000.