feat(hyprland
): add hyprnotify
This commit is contained in:
parent
f6a59edbed
commit
d0f41f7b6e
1 changed files with 3 additions and 1 deletions
|
@ -30,6 +30,8 @@
|
|||
texliveFull
|
||||
bash-language-server
|
||||
shfmt
|
||||
hyprnotify
|
||||
libnotify
|
||||
|
||||
(nerdfonts.override { fonts = [ "Hack" ]; })
|
||||
];
|
||||
|
@ -178,7 +180,7 @@
|
|||
"$discord" = "flatpak run io.github.spacingbat3.webcord";
|
||||
"$deezer" = "flatpak run dev.aunetx.deezer";
|
||||
|
||||
exec-once = [ "swayosd-server" ];
|
||||
exec-once = [ "swayosd-server" "hyprnotify" ];
|
||||
|
||||
binds = {
|
||||
scroll_event_delay = 0;
|
||||
|
|
Loading…
Reference in a new issue