diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-04-01 19:47:42 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-04-01 19:47:42 +0000 |
commit | bde2618212bae23514d313606eda156fe1fa720b (patch) | |
tree | b25440c47b9f176992e14fc5f48df3d396c9a3f4 | |
parent | 13a10383f190fdc2f4cc95c0b104627fe375c66f (diff) | |
download | dotfiles-bde2618212bae23514d313606eda156fe1fa720b.tar dotfiles-bde2618212bae23514d313606eda156fe1fa720b.tar.gz dotfiles-bde2618212bae23514d313606eda156fe1fa720b.tar.bz2 dotfiles-bde2618212bae23514d313606eda156fe1fa720b.tar.lz dotfiles-bde2618212bae23514d313606eda156fe1fa720b.tar.xz dotfiles-bde2618212bae23514d313606eda156fe1fa720b.tar.zst dotfiles-bde2618212bae23514d313606eda156fe1fa720b.zip |
Use dracula dunst config
m--------- | .config/dunst | 0 | ||||
-rw-r--r-- | .gitmodules | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.config/dunst b/.config/dunst new file mode 160000 +Subproject 9e346df33b23243ad0e0ff544648e9affaf6e4f diff --git a/.gitmodules b/.gitmodules index 71e9c3b..e61f935 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,3 +8,6 @@ [submodule ".config/qutebrowser/dracula"] path = .config/qutebrowser/dracula url = https://github.com/dracula/qutebrowser-dracula-theme.git +[submodule ".config/dunst"] + path = .config/dunst + url = https://github.com/dracula/dunst.git |