File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -541,7 +541,8 @@ command_t commands[] =
541
541
" -n|--name abc: window name\n"
542
542
" -t|--wait: wait until a matching window is found\n"
543
543
" -v|--wait-visible: wait until a matching window is visible\n"
544
- " -f|--fullscreen: expand window to fullscreen after adding it"
544
+ " -f|--fullscreen: expand window to fullscreen after adding it\n"
545
+ " -p|--panoramic: expand window to all monitors after adding it"
545
546
},
546
547
{
547
548
"focus" , focus ,
@@ -587,7 +588,8 @@ command_t commands[] =
587
588
" --top 123: y coordinate of the top left corner\n"
588
589
" --right 123: the x coordinate of the bottom right corner\n"
589
590
" --bottom 123: the y coordinate of the bottom right corner\n"
590
- " -f|--fullscreen: expand window to fullscreen"
591
+ " -f|--fullscreen: expand window to fullscreen\n"
592
+ " -p|--panoramic: expand window to all monitors"
591
593
},
592
594
{
593
595
"ls" , ls ,
You can’t perform that action at this time.
0 commit comments