user/dunst: minor tweaks to layout
This commit is contained in:
parent
606dba7e08
commit
06c3f076a4
1 changed files with 3 additions and 3 deletions
|
|
@ -12,9 +12,9 @@ in {
|
||||||
global = {
|
global = {
|
||||||
monitor = 0;
|
monitor = 0;
|
||||||
follow = "mouse";
|
follow = "mouse";
|
||||||
width = 460;
|
width = "(100, 450)";
|
||||||
origin = "top-right";
|
origin = "top-right";
|
||||||
offset = "24x35";
|
offset = "24x50";
|
||||||
notification_limit = 0;
|
notification_limit = 0;
|
||||||
indicate_hidden = true;
|
indicate_hidden = true;
|
||||||
shrink = true;
|
shrink = true;
|
||||||
|
|
@ -36,7 +36,7 @@ in {
|
||||||
hide_duplicate_count = true;
|
hide_duplicate_count = true;
|
||||||
show_indicators = false;
|
show_indicators = false;
|
||||||
icon_position = "left";
|
icon_position = "left";
|
||||||
max_icon_size = 32;
|
max_icon_size = 40;
|
||||||
sticky_history = true;
|
sticky_history = true;
|
||||||
history_length = 100;
|
history_length = 100;
|
||||||
browser = "${pkgs.firefox}/bin/firefox -new-tab";
|
browser = "${pkgs.firefox}/bin/firefox -new-tab";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue