diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2022-10-17 17:32:24 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2022-10-17 17:32:24 +0000 |
| commit | 8deb24824501b56756e262cc38dc17512c71538a (patch) | |
| tree | 1642f9ac7805e8368af58193c86788f14b97686e /.config/dunst | |
| parent | bd536bf35e2592c10692ad7c9d007d029aeccd22 (diff) | |
Make dunst notification follow the mouse
Diffstat (limited to '.config/dunst')
| -rw-r--r-- | .config/dunst/dunstrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index aa61837..db86b26 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -2,7 +2,7 @@ alignment = left browser = /usr/bin/firefox-developer-edition -new-tab dmenu = /usr/bin/dmenu -p dunst: -follow = none +follow = mouse font = DejaVuSansMono Nerd Font Mono 9 format = "<b>%s</b>\n%b" frame_color = "#8EC07C" |
