changed up notification daemon to be more minimal

This commit is contained in:
tomit4 2022-05-03 18:28:51 -07:00
parent 9ba55b6529
commit 00f2307bda
3 changed files with 454 additions and 2 deletions

View file

@ -10,10 +10,22 @@ replace every newline with a single space: tr '\n' ' '
add notation about using find to list only files in current directory and NOT subdirectory:
find $dir -maxdepth 1 -type f
Uninstall artix-grub-theme
Uninstall artix-grub-theme and xfce4-notifyd
doas pacman -Rs artix-grub-theme
doas pacman -Rs artix-grub-theme xfce4-notifyd
Install dunst
doas pacman -S dunst
And move the dunstrc to a config folder named dunst
mkdir ~/.config/dunst
cp ~/Documents/notes/dunst/dunstrc ~/.config/dunst/
In Ungoogled Chromium make this your default search engine:
https://lite.duckduckgo.com/lite/?q=%s
And change up some flags for better privacy (essentially disable autofill)