correct browser in notification daemon settings
This commit is contained in:
parent
a29f210273
commit
d3d62ce5a5
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue