mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Adjust comments
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ systemd = ["dbus"]
|
|||||||
xdp-gnome-screencast = ["dbus", "pipewire"]
|
xdp-gnome-screencast = ["dbus", "pipewire"]
|
||||||
# Enables the Tracy profiler instrumentation.
|
# Enables the Tracy profiler instrumentation.
|
||||||
profile-with-tracy = ["profiling/profile-with-tracy", "tracy-client/default"]
|
profile-with-tracy = ["profiling/profile-with-tracy", "tracy-client/default"]
|
||||||
# Enables dinit integration (global environment)
|
# Enables dinit integration (global environment).
|
||||||
dinit = []
|
dinit = []
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
|||||||
+1
-1
@@ -213,7 +213,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||||||
warn!("error notifying systemd: {err:?}");
|
warn!("error notifying systemd: {err:?}");
|
||||||
};
|
};
|
||||||
|
|
||||||
// Send ready notification to specified file descriptor
|
// Send ready notification to the NOTIFY_FD file descriptor.
|
||||||
if let Err(err) = notify_fd() {
|
if let Err(err) = notify_fd() {
|
||||||
warn!("error notifying fd: {err:?}");
|
warn!("error notifying fd: {err:?}");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user