This project is a POC for managing a GNU/Linux desktop (with i3-wm).
Go to file
2018-02-07 20:00:27 +01:00
client Shortcuts UI improved 2018-02-07 17:43:36 +01:00
server Fix text test with '0' as input 2018-02-07 20:00:27 +01:00
.gitignore Cleaning git repository 2018-02-06 09:47:16 +01:00
README.md Readme 2018-02-07 17:59:38 +01:00

Remote i3-wm WS

This project is a POC for managing a GNU/Linux desktop (with 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

…by using a web interface with your phone.

Installation

Requirements

  • PHP7
  • composer
$ git clone https://gitnet.fr/deblan/remote-i3wm-ws.git
$ cd remote-i3wm-ws/
$ cd client && composer install && cd ..
$ cd server && composer install && cd ..
$ php -S 0.0.0.0:15000 -t client/&
$ php server/server&

Open http://your.local.ip:15000 and enjoy!