X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=src%2Fstartup.c;h=f4ba85d8681624e10685849c386065698a0b6ee9;hp=b1a2f60215550d9585a7f24efbebb243e2c672cd;hb=e4d2b385529847b926a716731be4a8c22ed79007;hpb=a65914f3384a8c1f6f8c2facb8c3ca28a88d4009 diff --git a/src/startup.c b/src/startup.c index b1a2f602..f4ba85d8 100644 --- a/src/startup.c +++ b/src/startup.c @@ -95,7 +95,7 @@ static int _prune_startup_sequences(void) { return active_sequences; } -/** +/* * Deletes a startup sequence, ignoring whether its timeout has elapsed. * Useful when e.g. a window is moved between workspaces and its children * shouldn't spawn on the original workspace. @@ -257,7 +257,7 @@ void startup_monitor_event(SnMonitorEvent *event, void *userdata) { } } -/** +/* * Renames workspaces that are mentioned in the startup sequences. * */ @@ -273,7 +273,7 @@ void startup_sequence_rename_workspace(const char *old_name, const char *new_nam } } -/** +/* * Gets the stored startup sequence for the _NET_STARTUP_ID of a given window. * */