1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Send notifications when long commands end on desktop with Starship

This commit is contained in:
RGBCube 2024-02-17 19:49:24 +03:00
parent e710f25b16
commit 1ebd99a8f4
No known key found for this signature in database

View file

@ -10,6 +10,8 @@
command_timeout = 100;
scan_timeout = 20;
cmd_duration.show_notifications = ulib.isDesktop;
package.disabled = ulib.isServer;
};
};