summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/dunst-settings.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/dunst-settings.nix')
-rw-r--r--accounts/gkleen@sif/dunst-settings.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/accounts/gkleen@sif/dunst-settings.nix b/accounts/gkleen@sif/dunst-settings.nix
index 61bd12a6..90fffcc5 100644
--- a/accounts/gkleen@sif/dunst-settings.nix
+++ b/accounts/gkleen@sif/dunst-settings.nix
@@ -1,14 +1,14 @@
1{ pkgs, ... }: 1{ pkgs, ... }:
2{ 2{
3 global = { 3 global = {
4 font = "Fira Sans 6"; 4 font = "Fira Sans 12";
5 markup = "full"; 5 markup = "full";
6 format = "<i>%s</i> %p\\n%b"; 6 format = "<i>%s</i> %p\\n%b";
7 alignment = "left"; 7 alignment = "left";
8 # geometry = "1216x10-32+64"; 8 # geometry = "1216x10-32+64";
9 width = 250; 9 width = 500;
10 height = 50; 10 height = 100;
11 offset = "16x25"; 11 offset = "4x4";
12 origin = "top-right"; 12 origin = "top-right";
13 shrink = true; 13 shrink = true;
14 monitor = 0; 14 monitor = 0;
@@ -33,7 +33,7 @@
33 sort = false; 33 sort = false;
34 sticky_history = false; 34 sticky_history = false;
35 35
36 dmenu = "${pkgs.dmenu}/bin/dmenu"; 36 dmenu = "wofi --show dmenu";
37 browser = "${pkgs.xdg-utils}/bin/xdg-open"; 37 browser = "${pkgs.xdg-utils}/bin/xdg-open";
38 }; 38 };
39 # shortcuts = { 39 # shortcuts = {