diff options
author | Joe <rrbo@proton.me> | 2023-02-01 16:47:42 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-01 16:47:42 +0100 |
commit | e5aef3da8dbb5e11621039d9c861f5c59f336a4b (patch) | |
tree | afd1958adf633ca24a885029404ca36d52dd8264 /.config/dunst | |
parent | fix (diff) | |
download | dotfiles-bsd-e5aef3da8dbb5e11621039d9c861f5c59f336a4b.tar.gz dotfiles-bsd-e5aef3da8dbb5e11621039d9c861f5c59f336a4b.tar.bz2 dotfiles-bsd-e5aef3da8dbb5e11621039d9c861f5c59f336a4b.tar.xz dotfiles-bsd-e5aef3da8dbb5e11621039d9c861f5c59f336a4b.tar.zst dotfiles-bsd-e5aef3da8dbb5e11621039d9c861f5c59f336a4b.zip |
up
Diffstat (limited to '.config/dunst')
-rw-r--r-- | .config/dunst/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 9b0d0e8..f1b2337 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -3,8 +3,8 @@ follow = none width = (200, 800) height = 500 - origin = top-center - offset = 0x50 + origin = top-right + offset = 50x50 indicate_hidden = yes shrink = yes transparency = 15 |