1
0
mirror of https://github.com/kmein/niveum synced 2026-03-29 08:41:07 +02:00

fix(constants): extract browser to $BROWSER

This commit is contained in:
Kierán Meinhardt
2019-12-08 22:38:19 +01:00
parent 309318c4b6
commit e8e83873e7
5 changed files with 15 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ with config.niveum; {
sticky_history = true;
history_length = 20;
dmenu = "${pkgs.rofi}/bin/rofi -display-run dunst -show run";
browser = applications.browser;
browser = "x-www-browser";
verbosity = "mesg";
corner_radius = 0;
mouse_left_click = "do_action";