Home Gen374 @ 2024-10-23-13:10
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{config, ...}: {
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.dunst.settings = {
|
||||
global = {
|
||||
origin = "top-right";
|
||||
@@ -9,6 +13,10 @@
|
||||
offset = "20x50";
|
||||
force_xwayland = true;
|
||||
corner_radius = 15;
|
||||
dmenu = "${pkgs.wofi}/bin/wofi --dmenu";
|
||||
mouse_left_click = "do_action, close_current";
|
||||
mouse_middle_click = "close_current";
|
||||
mouse_right_click = "close_all";
|
||||
};
|
||||
|
||||
urgency_critical = {
|
||||
|
||||
Reference in New Issue
Block a user