Przeglądaj źródła

Set dillo as browser for dunst

Not that I ever use it, so better set something harmless
Alois Mahdal 8 miesięcy temu
rodzic
commit
694428f88f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      dotfiles/config/dunst/dunstrc

+ 1
- 1
dotfiles/config/dunst/dunstrc Wyświetl plik

21
     separator_color = frame
21
     separator_color = frame
22
     startup_notification = true
22
     startup_notification = true
23
     dmenu = /usr/bin/dmenu -p dunst:
23
     dmenu = /usr/bin/dmenu -p dunst:
24
-    browser = ub
24
+    browser = dillo
25
     frame_width = 3
25
     frame_width = 3
26
     frame_color = "#aaaaaa"
26
     frame_color = "#aaaaaa"
27
 
27