Automatically change settings when using a dock
Go to file
DrMaxNix a8d64cafc0 📝 improve install instructions 2024-05-01 19:57:45 +02:00
lib initial codebase 2024-05-01 19:48:46 +02:00
.editorconfig 🔧 add editorconfig 2024-04-24 16:40:38 +02:00
LICENSE 📄 add license 2024-04-24 16:40:30 +02:00
README.md 📝 improve install instructions 2024-05-01 19:57:45 +02:00
VERSION initial codebase 2024-05-01 19:48:46 +02:00
workplace initial codebase 2024-05-01 19:48:46 +02:00
workplace.desktop 📝 improve install instructions 2024-05-01 19:57:45 +02:00
workplace.template.ini initial codebase 2024-05-01 19:48:46 +02:00

README.md

WorkPlace

Automatically change settings when using a dock

Setup Instructions

Install required tools:

$ sudo apt update
$ sudo apt install grep gawk sed findutils procps usbutils libglib2.0-bin make gcc libx11-dev
$ git clone https://github.com/ritave/xeventbind.git
$ cd xeventbind
$ make
$ sudo mv xeventbind /usr/local/bin/xeventbind
$ cd ..

Clone git repository:

$ git clone https://git.tjdev.de/DrMaxNix/workplace.git
$ cd workplace

Add script to path:

$ mkdir -p ~/.local/bin
$ ln -s $PWD/workplace $HOME/.local/bin/workplace

Create and edit config file:

$ mkdir -p ~/.config
$ cp workplace.template.ini ~/.config/workplace.ini
$ nano ~/.config/workplace.ini

Autostart user daemon:

$ mkdir -p ~/.config/autostart
$ cp workplace.desktop ~/.config/autostart/workplace.desktop