diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-04-15 11:29:40 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-04-15 11:29:40 +0100 |
| commit | f2c5ea90d6a6ee63ebc2b91d2f6a076fdfded1ed (patch) | |
| tree | 9c9e01a020ea9960c6400daef6ebb79bc39bdd97 /.config/dunst/dunstrc | |
| parent | c6a778ff53f08032ea2b2f008f744443f659ac5c (diff) | |
Changed offset to suit Mango ( Wayland )
Diffstat (limited to '.config/dunst/dunstrc')
| -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 4a0cc2d..423ab52 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -41,7 +41,7 @@ # Offset from the origin # NOTE: Dunst from version 1.11 and older use this alternative notation # offset = 10x50 - offset = (10, 48) + offset = (11, 10) # Scale factor. It is auto-detected if value is 0. scale = 0 |
