Browse Source

Arch i3: Add notification server

HON95 3 years ago
parent
commit
5b8ae88452
1 changed files with 3 additions and 0 deletions
  1. 3 0
      config/pc/arch-i3.md

+ 3 - 0
config/pc/arch-i3.md

@@ -310,6 +310,9 @@ Note: Install either the LightDM (GUI) or Ly (TUI) display manager, not both.
     1. Add gaps around windows: In the i3 config, add `gaps inner 8`.
 1. Install clipboard manager:
     1. `sudo pacman -S xsel`
+1. Setup desktop notifications:
+    1. Install the `dunst` server and the `libnotify` support library: `sudo pacman -S dunst libnotify`
+    1. (Optional) Test it: `notify-send 'Hello world!' 'This is an example notification.' --icon=dialog-information`
 1. Setup media keys:
     1. (Note) Install e.g. Spotify (`aur/spotify`) to test with.
     1. Install the playerctl utility for easy control: `sudo pacman -S playerctl`