Skip to content

Commit

Permalink
Update README with instructions on enabling auto start with systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaite committed Feb 3, 2022
1 parent 29bfa58 commit 2447513
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@ over
bindsym $mod+1 workspace 1
```

SystemD integration
====

Alternatively you can use the workstyle.service file to configure systemd to automatically start workstyle after you login

Copy `workstyle.service` to `$HOME/.config/systemd/user/`

and run

```
systemctl --user enable workstyle.service
systemctl --user start workstyle.service
```

Configuration
===

Expand Down

0 comments on commit 2447513

Please sign in to comment.