Skip to content

Commit

Permalink
oops(example): add reference links
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelohdez committed Jun 18, 2024
1 parent d61124a commit c85d874
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Example configs

## config.toml
## [config.toml]

Example dim config.

## swayidle
## [swayidle]

Adapted from my own dotfiles, it does several things;

At 45 seconds idle, check if `swaylock` (or your locker) is running, if so,
At 45 seconds idle, check if [swaylock] (or your locker) is running, if so,
suspend again (user has been idle for 45 seconds on lock screen):

```bash
Expand All @@ -30,3 +30,7 @@ media players and run screen locker:
```bash
before-sleep 'playerctl pause -i kdeconnect; swaylock'
```

[config.toml]: config.toml
[swayidle]: config.toml
[swaylock]: https://github.com/swaywm/swaylock

0 comments on commit c85d874

Please sign in to comment.