tv xmonad: Type = notify
This commit is contained in:
parent
73e89ece54
commit
e48a8c8bea
@ -72,6 +72,7 @@ in {
|
||||
exec ${xmonad}
|
||||
'';
|
||||
xmonad-ready = pkgs.writeDash "xmonad-ready" ''
|
||||
${pkgs.systemd}/bin/systemd-notify --ready
|
||||
{
|
||||
${pkgs.xorg.xhost}/bin/xhost +SI:localuser:${cfg.user.name}
|
||||
${pkgs.xorg.xhost}/bin/xhost -LOCAL:
|
||||
@ -119,6 +120,9 @@ in {
|
||||
SyslogIdentifier = "xmonad";
|
||||
User = cfg.user.name;
|
||||
WorkingDirectory = cfg.user.home;
|
||||
|
||||
NotifyAccess = "all";
|
||||
Type = "notify";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user