diff options
author | sefidel <contact@sefidel.net> | 2024-05-10 21:33:12 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-05-10 22:26:05 +0900 |
commit | c7a271cccf56920d973267c85fefb55d9638f05b (patch) | |
tree | 15a388771db92c2ba6d9bd79da19223a08074ffc /home/profiles/gui/config | |
parent | c86a9f9cddfc95bdfab097b22a106902065d4da6 (diff) | |
download | nixrc-c7a271cccf56920d973267c85fefb55d9638f05b.tar.gz nixrc-c7a271cccf56920d973267c85fefb55d9638f05b.zip |
fix(home/gui): fix dunst popup being too long
Diffstat (limited to 'home/profiles/gui/config')
-rw-r--r-- | home/profiles/gui/config/dunst.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/profiles/gui/config/dunst.nix b/home/profiles/gui/config/dunst.nix index b614de5..f6e80b3 100644 --- a/home/profiles/gui/config/dunst.nix +++ b/home/profiles/gui/config/dunst.nix @@ -9,7 +9,6 @@ in global = { padding = 8; width = "330"; - height = "500"; origin = "top-right"; offset = "8x25"; notification_limit = 5; |