AntiDrift is an app that empowers you to utilize your computer mindfully.
Go to file
Felix Martin 2e4856f0e5 Implement window kill support for really bad keywords. 2022-07-23 12:46:14 -04:00
antidrift Implement window kill support for really bad keywords. 2022-07-23 12:46:14 -04:00
.gitignore Repurpose FocusFriend to get AntiDrift off the ground. 2022-06-21 21:29:31 -04:00
LICENSE Initial commit 2021-10-13 03:57:01 +02:00
README.md Reintroduce sudo feature to lock users out. Remove AW watcher because the dependency is annoying. 2022-07-23 12:37:05 -04:00
antidrift.code-workspace FocusFriend is now AntiDrift. 2022-06-18 15:51:24 -04:00
antidrift.py Reintroduce sudo feature to lock users out. Remove AW watcher because the dependency is annoying. 2022-07-23 12:37:05 -04:00
obsolete.py Repurpose FocusFriend to get AntiDrift off the ground. 2022-06-21 21:29:31 -04:00

README.md

AntiDrift

Utilize your computer purposefully.

Autostart with systemd

  • Create ~/.config/systemd/user/antidrift.service
  • Add configuration below and save
  • Run systemctl --user enable antidrift.service
[Unit]
Description=AntiDrift

[Service]
ExecStart=/home/felixm/dot/bin/antidrift

[Install]
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.