Reintroduce sudo feature to lock users out. Remove AW watcher because the dependency is annoying.
This commit is contained in:
17
README.md
17
README.md
@@ -19,3 +19,20 @@ ExecStart=/home/felixm/dot/bin/antidrift
|
||||
WantedBy=default.target
|
||||
```
|
||||
|
||||
## Autostart via desktop file
|
||||
|
||||
Create a file `antidrift.desktop` in `/etc/xdg/autostart`.
|
||||
|
||||
Add the following content to the file.
|
||||
|
||||
```
|
||||
[Desktop Entry]
|
||||
Name=AntiDrift
|
||||
Exec=/home/felixm/dot/bin/antidrift
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=false
|
||||
```
|
||||
|
||||
Your window manager will now start antidrift automatically.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user