aboutsummaryrefslogtreecommitdiff
path: root/mako/README.md
blob: 7378bb29521b715bebc08e783a0c5c6b719b6da8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# mako - wayland notification daemon

## Configuration

### Location
`~/.config/mako/config`

### How to Reload

``` sh
makoctl reload
```

## Test
This requires `libnotify`.

``` sh
notify-send "Title" "This is a test notification."
```