X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=src%2Fcon.c;h=ba14e06c66028083c46da87a16c5f7ed0dc75562;hp=d5b8c140bda77b17797229bb7ae85fb6af501bc5;hb=1dbdd4fece86c5f85bde54e40f58fa1a91810933;hpb=fd07f989fdf441ef335245dd3436a70ff60e8896 diff --git a/src/con.c b/src/con.c index d5b8c140..ba14e06c 100644 --- a/src/con.c +++ b/src/con.c @@ -569,8 +569,9 @@ void con_fix_percent(Con *con) { } /* - * Toggles fullscreen mode for the given container. Fullscreen mode will not be - * entered when there already is a fullscreen container on this workspace. + * Toggles fullscreen mode for the given container. If there already is a + * fullscreen container on this workspace, fullscreen will be disabled and then + * enabled for the container the user wants to have in fullscreen mode. * */ void con_toggle_fullscreen(Con *con, int fullscreen_mode) {