feat: automatically start nm-applet with hyprland
This commit is contained in:
parent
70ae062df5
commit
d91160dd35
1 changed files with 8 additions and 0 deletions
|
|
@ -204,6 +204,14 @@
|
||||||
"$mod, mouse:272, movewindow"
|
"$mod, mouse:272, movewindow"
|
||||||
"$mod, mouse:273, resizewindow"
|
"$mod, mouse:273, resizewindow"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
exec-once =
|
||||||
|
let
|
||||||
|
nm-applet = lib.getExe' pkgs.networkmanagerapplet "nm-applet";
|
||||||
|
in
|
||||||
|
[
|
||||||
|
"${nm-applet} &"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue