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.

S
Description
AntiDrift is an app that empowers you to utilize your computer mindfully.
Readme 1.7 MiB
Languages
Go 91.5%
JavaScript 6.4%
CSS 1.9%
HTML 0.2%