📝 improve install instructions

This commit is contained in:
DrMaxNix 2024-05-01 19:57:45 +02:00
parent bb402139d8
commit a8d64cafc0
2 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@ Automatically change settings when using a dock
Install required tools:
```console
$ sudo apt update
$ sudo apt install grep gawk sed findutils procps usbutils libglib2.0-bin
$ sudo apt install grep gawk sed findutils procps usbutils libglib2.0-bin make gcc libx11-dev
```
```console
$ git clone https://github.com/ritave/xeventbind.git
@ -23,6 +23,7 @@ $ cd workplace
Add script to path:
```console
$ mkdir -p ~/.local/bin
$ ln -s $PWD/workplace $HOME/.local/bin/workplace
```
@ -36,5 +37,5 @@ $ nano ~/.config/workplace.ini
Autostart user daemon:
```console
$ mkdir -p ~/.config/autostart
$ cp $PWD/workplace.desktop $HOME/.config/autostart/workplace.desktop
$ cp workplace.desktop ~/.config/autostart/workplace.desktop
```

View File

@ -1,5 +1,5 @@
[Desktop Entry]
Name=WorkPlace Update Daemon
Type=Application
Exec=~/.local/bin/workplace updatedaemon
Exec=workplace updatedaemon
Terminal=false