correct browser in notification daemon settings

This commit is contained in:
Schrottkatze 2024-08-26 13:42:09 +02:00
parent a29f210273
commit d3d62ce5a5
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc

View file

@ -4,7 +4,7 @@
settings = { settings = {
global = { global = {
dmenu = "${pkgs.rofi}/bin/rofi -theme gruvbox-dark -dmenu -p dunst"; dmenu = "${pkgs.rofi}/bin/rofi -theme gruvbox-dark -dmenu -p dunst";
browser = "${pkgs.librewolf}/bin/librewolf"; browser = "${pkgs.firefox}/bin/firefox";
mouse_left_click = "context"; mouse_left_click = "context";
mouse_middle_click = "close_current"; mouse_middle_click = "close_current";
background = "#282828"; background = "#282828";