docs(hyprland): replace dunst with swaync, add wlsunset to autostart
All checks were successful
deploy / build (push) Successful in 1m46s
All checks were successful
deploy / build (push) Successful in 1m46s
This commit is contained in:
parent
90813e5ecf
commit
7b76d45eb5
@ -190,9 +190,15 @@ Having a working policy kit is generally a good idea.
|
|||||||
exec-once = xfce-polkit
|
exec-once = xfce-polkit
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Now, let’s launch the notification daemon [[https://dunst-project.org/][dunst]].
|
Now, let’s launch the notification daemon [[https://github.com/ErikReider/SwayNotificationCenter][swaync]].
|
||||||
#+begin_src conf
|
#+begin_src conf
|
||||||
exec-once = dunst
|
exec-once = swaync
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
Let’s also launch [[https://sr.ht/~kennylevinsen/wlsunset/][wlsunset]]. I’ll very vagely aim at Paris with the
|
||||||
|
longitude and latitude.
|
||||||
|
#+begin_src conf
|
||||||
|
exec-once = wlsunset -l 48.5 -L 2.2 -d 1500
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Let’s launch some apps and their applet. Here, we’re launching the
|
Let’s launch some apps and their applet. Here, we’re launching the
|
||||||
|
Loading…
Reference in New Issue
Block a user